Loading pyproject.toml +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" Loading src/ips_fastran_gui/app/views/tabs_panel.py +1 −1 Original line number Diff line number Diff line Loading @@ -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);", ) Loading
pyproject.toml +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" Loading
src/ips_fastran_gui/app/views/tabs_panel.py +1 −1 Original line number Diff line number Diff line Loading @@ -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);", )