tabClearAtCursor method

void tabClearAtCursor()

Implementation

void tabClearAtCursor() {
  tabs.clearAt(_tabIndexFromCursor);
}