wekan/client/components/forms/inlinedform.jade
Maxime Quandalle 92dd05d06d Click on the page to escape the last action
This is a generalization of what we had for closing a popup by
clicking outside of it. It now works for inlinedForms and detailsPane
as well.
2015-06-07 10:34:19 +02:00

6 lines
154 B
Text

template(name='inlinedForm')
if isOpen.get
form.js-inlined-form(id=id class=classNames)
+Template.contentBlock
else
+Template.elseBlock