Revert "Reset studio popup layout storage version"

This reverts commit ac7a69de32.
This commit is contained in:
Andraxion 2026-06-27 05:19:52 -04:00
parent ac7a69de32
commit 78aa8a3423

View file

@ -1,6 +1,6 @@
import { createDebouncedCallback } from "./debounce";
const TOOL_WINDOW_LAYOUT_STORAGE_KEY = "worldshaper:studio:tool-windows:v2";
const TOOL_WINDOW_LAYOUT_STORAGE_KEY = "worldshaper:studio:tool-windows:v1";
type ToolWindowMode = "inline" | "floating";