openchemlib 9.5.0 → 9.5.1

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.
@@ -44807,6 +44807,8 @@ function getExports($wnd) {
44807
44807
  };
44808
44808
  _.eventHappened_2 = function eventHappened_7(e) {
44809
44809
  var atom1, atom2, bondChanged, ch_0, chainAtoms, hydrogenCount, i, isFirst, list, newRadical;
44810
+ if (this.mMouseIsDown)
44811
+ return;
44810
44812
  if (e.getWhat() == 1) {
44811
44813
  if (e.getKey() == -3) {
44812
44814
  this.mShiftIsDown = true;
@@ -71020,7 +71022,7 @@ function getExports($wnd) {
71020
71022
  $sendStats("moduleStartup", "end");
71021
71023
  $gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps);
71022
71024
  const toReturn = $wnd["OCL"];
71023
- toReturn.version = "9.5.0";
71025
+ toReturn.version = "9.5.1";
71024
71026
  return toReturn;
71025
71027
  }
71026
71028
  var isBrowserWindow = typeof window !== "undefined" && typeof window.document !== "undefined";
@@ -71164,8 +71166,8 @@ export {
71164
71166
  };
71165
71167
  /**
71166
71168
  * openchemlib - Manipulate molecules
71167
- * @version v9.5.0
71168
- * @date 2025-07-11T12:27:39.091Z
71169
+ * @version v9.5.1
71170
+ * @date 2025-07-14T08:56:48.567Z
71169
71171
  * @link https://github.com/cheminfo/openchemlib-js
71170
71172
  * @license BSD-3-Clause
71171
71173
  */