@alitons/ckeditor5 0.0.15 → 0.0.16

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@alitons/ckeditor5",
3
3
  "author": "Aliton Silva",
4
4
  "description": "Ckeditor 5 Personalizado adicionados campos para atender as demandas da SEAD/AC",
5
- "version": "0.0.15",
5
+ "version": "0.0.16",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "private": false,
8
8
  "main": "./build/ckeditor.js",
@@ -129,7 +129,6 @@ export default class NumberedDivListSplit extends Plugin {
129
129
 
130
130
  // Limpeza
131
131
  split.on('destroy', () => {
132
- try { panel.destroy(); } catch {}
133
132
  // @ts-ignore
134
133
  window.removeEventListener('scroll', onScrollOrResize, true);
135
134
  // @ts-ignore