@worktile/theia 14.2.23 → 14.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/plugins/quick-insert/components/quick-insert.component.mjs +2 -1
- package/fesm2015/worktile-theia.mjs +1 -0
- package/fesm2015/worktile-theia.mjs.map +1 -1
- package/fesm2020/worktile-theia.mjs +1 -0
- package/fesm2020/worktile-theia.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/typo.scss +1 -1
|
@@ -14520,6 +14520,7 @@ class TheQuickInsertComponent {
|
|
|
14520
14520
|
}, 0);
|
|
14521
14521
|
}
|
|
14522
14522
|
};
|
|
14523
|
+
this.checkStatus();
|
|
14523
14524
|
}
|
|
14524
14525
|
checkStatus() {
|
|
14525
14526
|
const { editor } = this;
|