We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f05140 commit cb16681Copy full SHA for cb16681
src/scripts/modules/BaseFormatter.js
@@ -85,11 +85,6 @@ const BaseFormatter = Module({
85
importFromCanvas (opts={}) {
86
const { mediator } = this;
87
const canvasBody = mediator.get('canvas:body');
88
- // --- NB REMOVE
89
- // mediator.exec('selection:select:all');
90
- // mediator.exec('canvas:export:all');
91
- // return;
92
- // --- NB REMOVE (END)
93
94
mediator.exec('canvas:cache:selection');
95
mediator.exec('format:clean', canvasBody);
0 commit comments