mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
Remove log
This commit is contained in:
@@ -3,7 +3,6 @@ import { getSelectedMathModelWidget } from './utils';
|
|||||||
|
|
||||||
export default class MathCommand extends Command {
|
export default class MathCommand extends Command {
|
||||||
execute( equation, display, outputType, forceOutputType ) {
|
execute( equation, display, outputType, forceOutputType ) {
|
||||||
console.log( 'execute', display, outputType, forceOutputType );
|
|
||||||
const model = this.editor.model;
|
const model = this.editor.model;
|
||||||
const selection = model.document.selection;
|
const selection = model.document.selection;
|
||||||
const selectedElement = selection.getSelectedElement();
|
const selectedElement = selection.getSelectedElement();
|
||||||
|
|||||||
Reference in New Issue
Block a user