@digipair/skill-web-editor 0.99.2 → 0.99.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.
- package/index.cjs2.js +1 -0
- package/index.esm2.js +1 -0
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
@@ -72407,6 +72407,7 @@ class EditorElement extends r$1 {
|
|
72407
72407
|
Blockly.Events.disable();
|
72408
72408
|
initializeWorkspaceFromPinsAndLibraries(reasoning, this.workspace, this.librariesToLoad);
|
72409
72409
|
Blockly.Events.enable();
|
72410
|
+
this.canSave = this.verifyCanSaveAndGetCode();
|
72410
72411
|
}
|
72411
72412
|
async getLibraries() {
|
72412
72413
|
const list = [
|
package/index.esm2.js
CHANGED
@@ -72405,6 +72405,7 @@ class EditorElement extends r$1 {
|
|
72405
72405
|
Blockly.Events.disable();
|
72406
72406
|
initializeWorkspaceFromPinsAndLibraries(reasoning, this.workspace, this.librariesToLoad);
|
72407
72407
|
Blockly.Events.enable();
|
72408
|
+
this.canSave = this.verifyCanSaveAndGetCode();
|
72408
72409
|
}
|
72409
72410
|
async getLibraries() {
|
72410
72411
|
const list = [
|