@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.
@@ -14297,7 +14297,8 @@ var suggestion$1 = {
14297
14297
  return (_reactRenderer$ref = reactRenderer.ref) === null || _reactRenderer$ref === void 0 ? void 0 : _reactRenderer$ref.onKeyDown(props);
14298
14298
  },
14299
14299
  onExit: function onExit() {
14300
- popup[0].destroy();
14300
+ var _popup;
14301
+ (_popup = popup) === null || _popup === void 0 || (_popup = _popup[0]) === null || _popup === void 0 || _popup.destroy();
14301
14302
  reactRenderer.destroy();
14302
14303
  }
14303
14304
  };