missed another break

This commit is contained in:
Evan Simkowitz 2024-09-19 12:23:06 -07:00
parent f14b4c6f11
commit 839889ba63
No known key found for this signature in database

View File

@ -441,6 +441,7 @@ export class LayoutModel {
this.treeReducer({
type: LayoutTreeActionType.ClearTree,
} as LayoutTreeClearTreeAction);
break;
}
default:
console.warn("unsupported layout action", action);