Skip to content
Snippets Groups Projects
Commit 4897ad18 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch '89.get-modal-shadowing-back' into 'main'

Get modal dialog shadow back

Closes #89

See merge request !82
parents ad5d91ea 0da532e3
No related branches found
No related tags found
1 merge request!82Get modal dialog shadow back
Pipeline #5079 passed
......@@ -232,6 +232,7 @@ mdcDialog visible title content actions =
actionsValue <- divClass "mdc-dialog__actions" actions
pure (contentValue, actionsValue)
pure (titleValue, contentValue, actionsValue)
<* divClass "mdc-dialog__scrim" blank
where
topLevelDynAttrs = attributes' <$> visible
......@@ -303,7 +304,6 @@ receiveFolderInviteText visible = do
inviteCodeEv = tag (current (_inputElement_value inputEl)) goAheadEv
inviteFinishedEv = leftmost [Left <$> domEvent Click closeButton, Right <$> inviteCodeEv]
divClass "mdc-dialog__scrim" blank
pure inviteFinishedEv
-- | Create a text input element for a magic-wormhole code suitable for use with an `MDCDialog`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment