Re-add share functionality

This commit is contained in:
Misode
2020-12-08 02:52:44 +01:00
parent a36cb6096d
commit 28b6a4060f
3 changed files with 22 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ export const App = {
language: new LocalStorageProperty('language', 'en')
.watch(Tracker.dimLanguage),
model: new Property<typeof config.models[0] | null>(null),
jsonOutput: new Property(''),
errorsVisible: new Property(false),
jsonError: new Property<string | null>(null),
preview: new Property<Preview | null>(null)