mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
missed a break
This commit is contained in:
parent
63f41c146c
commit
f14b4c6f11
@ -358,6 +358,7 @@ export class LayoutModel {
|
|||||||
break;
|
break;
|
||||||
case LayoutTreeActionType.ClearTree: {
|
case LayoutTreeActionType.ClearTree: {
|
||||||
clearTree(this.treeState);
|
clearTree(this.treeState);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
console.error("Invalid reducer action", this.treeState, action);
|
console.error("Invalid reducer action", this.treeState, action);
|
||||||
|
Loading…
Reference in New Issue
Block a user