handleStrikethrough method

bool handleStrikethrough()

Implementation

bool handleStrikethrough() {
  document.saveState(description: 'Strikethrough', forceNewAction: true);
  executeHandleStrikethrough(document);
  return true;
}