@myoc/excalidraw 0.18.190-rc.2 → 0.18.190-rc.3

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  define_import_meta_env_default
3
- } from "./chunk-DQMGF36S.js";
3
+ } from "./chunk-Q4PVQC7A.js";
4
4
  import {
5
5
  __publicField
6
6
  } from "./chunk-XDFCUUT6.js";
@@ -13626,7 +13626,8 @@ var Scene = class {
13626
13626
  triggerUpdate() {
13627
13627
  this.sceneNonce = randomInteger();
13628
13628
  for (const callback of Array.from(this.callbacks)) {
13629
- console.log("callback", callback);
13629
+ console.log("callback", callback.toString());
13630
+ debugger;
13630
13631
  callback();
13631
13632
  }
13632
13633
  }
@@ -23014,7 +23015,7 @@ var parseFileContents = async (blob) => {
23014
23015
  let contents;
23015
23016
  if (blob.type === MIME_TYPES.png) {
23016
23017
  try {
23017
- return await (await import("./data/image-X2TPUJLM.js")).decodePngMetadata(blob);
23018
+ return await (await import("./data/image-6MDSKFEU.js")).decodePngMetadata(blob);
23018
23019
  } catch (error) {
23019
23020
  if (error.message === "INVALID") {
23020
23021
  throw new ImageSceneDataError(
@@ -23870,4 +23871,4 @@ export {
23870
23871
  createFile,
23871
23872
  normalizeFile
23872
23873
  };
23873
- //# sourceMappingURL=chunk-64Z6535D.js.map
23874
+ //# sourceMappingURL=chunk-C5ELN7RO.js.map