Skip to content
Snippets Groups Projects
Commit a5e5669b authored by François  LAURENT's avatar François LAURENT
Browse files

feat: external app data

parent 6e01a966
No related branches found
No related tags found
1 merge request!23Set of commits to be tagged 0.19.1
Pipeline #148540 passed
......@@ -41,7 +41,8 @@ function larvaeditor(path=nothing;
# to (re-)load a file, the app is reloaded with the filepath as sole information
# from previous session
input = Ref{Union{Nothing, String}}(path)
T = Ref{Union{Nothing, String}}
input = path isa T ? path : T(path)
App(title=title) do session::Session
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment