handleSubscript method

bool handleSubscript()

Implementation

bool handleSubscript() {
  document.saveState(description: 'Subscript', forceNewAction: true);
  executeHandleSubscript(document);
  return true;
}