1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +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",
description: "",
icon: "Play",
action: () => window.open(`/${$store.appId}`),
action: () => store.update(state => ({ ...state, showPreview: true })),
},
{
type: "Preview",