copySelectionToClipboard method
Copy the current selection (cursor cell when nothing is selected).
Implementation
Future<void> copySelectionToClipboard() => copySelectionTsvToClipboard();
Copy the current selection (cursor cell when nothing is selected).
Future<void> copySelectionToClipboard() => copySelectionTsvToClipboard();