Commit 06cf21be authored by Duggan, John's avatar Duggan, John
Browse files

Fix missing ref error

parent f81dcec0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[project]
name = "ips-fastran-gui"
version = "0.2.1"
version = "0.2.2"
description = "IPS Fastran GUI Project"
authors = []
readme = "README.md"
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@ class TabsPanel:
                disabled=("state.results_disabled",),
                # Monaco requires this when the editor isn't in the initial view.
                # plot_config corresponds to the ref passed to code.Editor
                click="window.trame.refs.plot_config.editor.layout();",
                click="window.setTimeout(() => { window.trame.refs.plot_config.editor.layout(); }, 500);",
            )