()
| 780 | * Gets the `tNode` that represents currently selected element. |
| 781 | */ |
| 782 | export function getSelectedTNode() { |
| 783 | const lFrame = instructionState.lFrame; |
| 784 | return getTNode(lFrame.tView, lFrame.selectedIndex); |
| 785 | } |
| 786 | |
| 787 | /** |
| 788 | * Sets the namespace used to create elements to `'http://www.w3.org/2000/svg'` in global state. |
no test coverage detected
searching dependent graphs…