mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
Fix writer and seperate schema
This commit is contained in:
@@ -7,7 +7,7 @@ import AutoMath from './automath';
|
||||
|
||||
export default class Math extends Plugin {
|
||||
static get requires() {
|
||||
return [ MathEditing, MathUI, Widget, AutoMath ];
|
||||
return [ MathEditing, MathUI, AutoMath, Widget ];
|
||||
}
|
||||
|
||||
static get pluginName() {
|
||||
|
||||
Reference in New Issue
Block a user