mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 16:35:39 +00:00
Re-add share functionality
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user