missed a break

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

View File

@ -358,6 +358,7 @@ export class LayoutModel {
break;
case LayoutTreeActionType.ClearTree: {
clearTree(this.treeState);
break;
}
default:
console.error("Invalid reducer action", this.treeState, action);