diff --git a/src/mathcommand.js b/src/mathcommand.js index 11c540164..877340600 100644 --- a/src/mathcommand.js +++ b/src/mathcommand.js @@ -24,7 +24,6 @@ export default class MathCommand extends Command { mathtex = writer.createElement( display ? 'mathtex-display' : 'mathtex-inline', { equation, type: outputType, display } ); } model.insertContent( mathtex ); - writer.setSelection( mathtex, 'on' ); } ); }