Commit 6aaa1e6c authored by Alexandre Delanoë's avatar Alexandre Delanoë

Revert "[FIX] frame size"

This reverts commit ef6b7857.
parent ef6b7857
......@@ -104,15 +104,6 @@ frameLayoutViewCpt :: R.Component ViewProps
frameLayoutViewCpt = R.hooksComponentWithModule thisModule "frameLayoutView" cpt
where
cpt {frame: (NodePoly {hyperdata: Hyperdata {base, frame_id}}), nodeId, reload, session, nodeType} _ = do
pure $ R2.frameSet { className : "frame"
, rows: "100%,*" }
[ R2.frame { src: hframeUrl nodeType base frame_id
, width: "100%"
, height: "100%"
} []
]
{-
pure $ H.div { className : "frame"
, rows: "100%,*" }
[ H.iframe { src: hframeUrl nodeType base frame_id
......@@ -120,7 +111,7 @@ frameLayoutViewCpt = R.hooksComponentWithModule thisModule "frameLayoutView" cpt
, height: "100%"
} []
]
-}
type LoadProps =
( nodeId :: Int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment