@bigbinary/neeto-editor 1.47.85 → 1.47.86
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/dist/Editor.js +2 -1
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +2 -1
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/package.json +1 -1
package/dist/Editor.js
CHANGED
|
@@ -14277,7 +14277,8 @@ var suggestion$1 = {
|
|
|
14277
14277
|
return (_reactRenderer$ref = reactRenderer.ref) === null || _reactRenderer$ref === void 0 ? void 0 : _reactRenderer$ref.onKeyDown(props);
|
|
14278
14278
|
},
|
|
14279
14279
|
onExit: function onExit() {
|
|
14280
|
-
|
|
14280
|
+
var _popup;
|
|
14281
|
+
(_popup = popup) === null || _popup === void 0 || (_popup = _popup[0]) === null || _popup === void 0 || _popup.destroy();
|
|
14281
14282
|
reactRenderer.destroy();
|
|
14282
14283
|
}
|
|
14283
14284
|
};
|