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