instruckt 0.4.22 → 0.4.23
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/instruckt.cjs.js
CHANGED
|
@@ -3303,7 +3303,6 @@ var _Instruckt = class _Instruckt {
|
|
|
3303
3303
|
setTimeout(() => this.reattach(), 0);
|
|
3304
3304
|
});
|
|
3305
3305
|
this.loadAnnotations();
|
|
3306
|
-
this.syncMarkers();
|
|
3307
3306
|
}
|
|
3308
3307
|
makeToolbarCallbacks() {
|
|
3309
3308
|
return {
|
|
@@ -3406,8 +3405,8 @@ var _Instruckt = class _Instruckt {
|
|
|
3406
3405
|
}
|
|
3407
3406
|
if (changed) {
|
|
3408
3407
|
this.saveToStorage();
|
|
3409
|
-
this.syncMarkers();
|
|
3410
3408
|
}
|
|
3409
|
+
this.syncMarkers();
|
|
3411
3410
|
} catch (e) {
|
|
3412
3411
|
}
|
|
3413
3412
|
}
|