handleSuperscript method

bool handleSuperscript()

Implementation

bool handleSuperscript() {
  document.saveState(description: 'Superscript', forceNewAction: true);
  executeHandleSuperscript(document);
  return true;
}