Skip to content

Commit 0e0acc1

Browse files
committed
Fix editorMode.
1 parent 5885e50 commit 0e0acc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/plugin/plugin-src/code.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ const standardMode = async () => {
100100

101101
switch (figma.mode) {
102102
case "default":
103-
case "panel":
104-
case "dev":
105103
case "inspect":
106104
standardMode();
107105
break;

0 commit comments

Comments
 (0)