From 65f676a22aee21c4d4920aeb03465fef239285ab Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Wed, 10 May 2023 15:09:41 +0000 Subject: [PATCH] Fix build: I can't even write comments in Haskell it seems At least in Haskell the compiler doesn't ignore my comments? --- obelisk/frontend/src/Pages/MagicFolders.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/obelisk/frontend/src/Pages/MagicFolders.hs b/obelisk/frontend/src/Pages/MagicFolders.hs index 4f28192..6412846 100644 --- a/obelisk/frontend/src/Pages/MagicFolders.hs +++ b/obelisk/frontend/src/Pages/MagicFolders.hs @@ -65,9 +65,10 @@ magicFolders folders = do dyn_ $ receiveFolderInviteUI <$> acceptInviteState - -- | A modal dialogue asking for a wormhole code. - -- Auto-initialize in "closed" state, then change class to "mdc-dialog--open" to show - -- the dialog in a modal fashion (with an overlay temporarily disabling all other elements). + -- A modal dialogue asking for a wormhole code. + -- Auto-initialize in "closed" state, then change class to + -- "mdc-dialog--open" to show the dialog in a modal fashion (with an + -- overlay temporarily disabling all other elements). elAttr "div" ("id" =: "wormhole-code-dialog" <> "class" =: "mdc-dialog mdc-dialog--closed" <> "data-mdc-auto-init" =: "MDCDialog") $ do divClass "mdc-dialog__container" $ divClass "mdc-dialog__surface" $ do -- GitLab