* Sets current Block Index -1 which means unknown * and clear highlights
()
| 881 | * and clear highlights |
| 882 | */ |
| 883 | public unsetCurrentBlock(): void { |
| 884 | this.currentBlockIndex = -1; |
| 885 | } |
| 886 | |
| 887 | /** |
| 888 | * Clears Editor |
no outgoing calls
no test coverage detected