mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
Remove log
This commit is contained in:
parent
820ed0bd9d
commit
97a142d9cb
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user