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