(e: MouseEvent)
| 60 | } |
| 61 | |
| 62 | export function keyboardMouseDownHandler(e: MouseEvent) { |
| 63 | if (!e.ctrlKey || !e.shiftKey) { |
| 64 | unsetControlShift(); |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | function getFocusedBlockInStaticTab(): string { |
| 69 | const layoutModel = getLayoutModelForStaticTab(); |
no test coverage detected