diff --git a/modern/src/App.js b/modern/src/App.js index 411599b4..bc42ddd5 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -176,9 +176,14 @@ function Container(props) { style.display = default_visible ? "block" : "none"; } + const layout = node.getcurlayout(); + if (layout == null) { + return null; + } + return (