@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.
package/dist/Editor.js CHANGED
@@ -22103,7 +22103,7 @@ var Editor = function Editor(_ref, ref) {
22103
22103
  _ref$openImageInNewTa = _ref.openImageInNewTab,
22104
22104
  openImageInNewTab = _ref$openImageInNewTa === void 0 ? true : _ref$openImageInNewTa,
22105
22105
  _ref$openLinkInNewTab = _ref.openLinkInNewTab,
22106
- openLinkInNewTab = _ref$openLinkInNewTab === void 0 ? true : _ref$openLinkInNewTab,
22106
+ openLinkInNewTab = _ref$openLinkInNewTab === void 0 ? false : _ref$openLinkInNewTab,
22107
22107
  _ref$showAssetLibrary = _ref.showAssetLibrary,
22108
22108
  showAssetLibrary = _ref$showAssetLibrary === void 0 ? true : _ref$showAssetLibrary,
22109
22109
  _ref$collaborationPro = _ref.collaborationProvider,