()
| 376 | } |
| 377 | |
| 378 | async function handleCmdN() { |
| 379 | const blockDef = getDefaultNewBlockDef(); |
| 380 | await createBlock(blockDef); |
| 381 | } |
| 382 | |
| 383 | async function handleSplitHorizontal(position: "before" | "after") { |
| 384 | const layoutModel = getLayoutModelForStaticTab(); |
no test coverage detected