@bigbinary/neeto-editor 1.47.109 → 1.47.111

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.
@@ -22200,7 +22200,7 @@ var Editor$1 = function Editor(_ref, ref) {
22200
22200
  _ref$openImageInNewTa = _ref.openImageInNewTab,
22201
22201
  openImageInNewTab = _ref$openImageInNewTa === void 0 ? true : _ref$openImageInNewTa,
22202
22202
  _ref$openLinkInNewTab = _ref.openLinkInNewTab,
22203
- openLinkInNewTab = _ref$openLinkInNewTab === void 0 ? true : _ref$openLinkInNewTab,
22203
+ openLinkInNewTab = _ref$openLinkInNewTab === void 0 ? false : _ref$openLinkInNewTab,
22204
22204
  _ref$showAssetLibrary = _ref.showAssetLibrary,
22205
22205
  showAssetLibrary = _ref$showAssetLibrary === void 0 ? true : _ref$showAssetLibrary,
22206
22206
  _ref$collaborationPro = _ref.collaborationProvider,