1
0
Fork 0
mirror of synced 2024-09-02 18:51:36 +12:00

Update command palette preview action to open new preview

This commit is contained in:
Andrew Kingston 2023-06-09 11:40:34 +01:00
parent 3439ac6aaf
commit e452c0bcd1

View file

@ -69,7 +69,7 @@
name: "App", name: "App",
description: "", description: "",
icon: "Play", icon: "Play",
action: () => window.open(`/${$store.appId}`), action: () => store.update(state => ({ ...state, showPreview: true })),
}, },
{ {
type: "Preview", type: "Preview",