()
| 66 | } |
| 67 | |
| 68 | function getFocusedBlockInStaticTab(): string { |
| 69 | const layoutModel = getLayoutModelForStaticTab(); |
| 70 | const focusedNode = globalStore.get(layoutModel.focusedNode); |
| 71 | return focusedNode.data?.blockId; |
| 72 | } |
| 73 | |
| 74 | function getSimpleControlShiftAtom() { |
| 75 | return simpleControlShiftAtom; |
no test coverage detected