| commit | d03318d51ca1e707698f1aab8d18ed83fc159cbe | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip@bold.dev> | Thu May 08 13:09:12 2025 -0700 |
| committer | Philip Zeyliger <philip@bold.dev> | Fri May 09 15:06:33 2025 -0700 |
| tree | ae2ee324779b56baa1bc0670aa6852366a5ad9ab | |
| parent | 8236cbc9eadb1bf775bbfa24ccf04be2c69faaaf [diff] [blame] |
sketch: Introduce versions for sketch state
diff --git a/webui/src/web-components/sketch-app-shell.ts b/webui/src/web-components/sketch-app-shell.ts index c9553b4..0b58a10 100644 --- a/webui/src/web-components/sketch-app-shell.ts +++ b/webui/src/web-components/sketch-app-shell.ts
@@ -331,6 +331,7 @@ @property({ attribute: false }) containerState: State = { + state_version: 2, title: "", os: "", message_count: 0,