@alitons/ckeditor5 0.0.19 → 0.0.20

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.19",
5
+ "version": "0.0.20",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "private": false,
8
8
  "main": "./build/ckeditor.js",
@@ -53,7 +53,7 @@ export default class ListView extends View<HTMLUListElement> implements Dropdown
53
53
  /**
54
54
  * @inheritDoc
55
55
  */
56
- destroy(): void;
56
+ // destroy(): void;
57
57
  /**
58
58
  * Focuses the first focusable in {@link #items}.
59
59
  */
@@ -72,17 +72,17 @@ export default class ListView extends View {
72
72
  /**
73
73
  * @inheritDoc
74
74
  */
75
- destroy() {
76
- try {
77
- super.destroy();
78
- } catch (err) {}
79
- try {
80
- this.focusTracker.destroy();
81
- } catch (err) {}
82
- try {
83
- this.keystrokes.destroy();
84
- } catch (err) {}
85
- }
75
+ // destroy() {
76
+ // try {
77
+ // super.destroy();
78
+ // } catch (err) {}
79
+ // try {
80
+ // this.focusTracker.destroy();
81
+ // } catch (err) {}
82
+ // try {
83
+ // this.keystrokes.destroy();
84
+ // } catch (err) {}
85
+ // }
86
86
  /**
87
87
  * Focuses the first focusable in {@link #items}.
88
88
  */