mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
missed another break
This commit is contained in:
parent
f14b4c6f11
commit
839889ba63
@ -441,6 +441,7 @@ export class LayoutModel {
|
||||
this.treeReducer({
|
||||
type: LayoutTreeActionType.ClearTree,
|
||||
} as LayoutTreeClearTreeAction);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
console.warn("unsupported layout action", action);
|
||||
|
Loading…
Reference in New Issue
Block a user