You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -210,29 +213,6 @@ class _ExampleEditorState extends State<ExampleEditor> {
210
213
}
211
214
}
212
215
213
-
void_cut() {
214
-
_docOps.cut();
215
-
// TODO: get rid of overlay controller once Android is refactored to use a control scope (as follow up to: https://github.com/superlistapp/super_editor/pull/1470)
216
-
_overlayController.hideToolbar();
217
-
_iosControlsController.hideToolbar();
218
-
}
219
-
220
-
void_copy() {
221
-
_docOps.copy();
222
-
// TODO: get rid of overlay controller once Android is refactored to use a control scope (as follow up to: https://github.com/superlistapp/super_editor/pull/1470)
223
-
_overlayController.hideToolbar();
224
-
_iosControlsController.hideToolbar();
225
-
}
226
-
227
-
void_paste() {
228
-
_docOps.paste();
229
-
// TODO: get rid of overlay controller once Android is refactored to use a control scope (as follow up to: https://github.com/superlistapp/super_editor/pull/1470)
230
-
_overlayController.hideToolbar();
231
-
_iosControlsController.hideToolbar();
232
-
}
233
-
234
-
void_selectAll() => _docOps.selectAll();
235
-
236
216
void_showImageToolbar() {
237
217
// Schedule a callback after this frame to locate the selection
238
218
// bounds on the screen and display the toolbar near the selected
@@ -388,74 +368,60 @@ class _ExampleEditorState extends State<ExampleEditor> {
0 commit comments