mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
Add engine option
This commit is contained in:
@@ -30,7 +30,6 @@ export default class MathCommand extends Command {
|
||||
this.isEnabled = isAllowed;
|
||||
|
||||
const selectedEquation = getSelectedMathModelWidget( selection );
|
||||
console.log(selectedEquation);
|
||||
this.value = selectedEquation ? selectedEquation.getAttribute( 'equation' ) : null;
|
||||
this.display = selectedEquation ? selectedEquation.getAttribute( 'display' ) : null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user