@superblocksteam/library 2.0.156-next.3 → 2.0.156
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/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/package.json +4 -4
package/dist/lib/index.js
CHANGED
|
@@ -2382,7 +2382,7 @@ async function createComponent({ componentType, parent, scopeName, basePropertie
|
|
|
2382
2382
|
//#endregion
|
|
2383
2383
|
//#region src/edit-mode/features/ai-store.ts
|
|
2384
2384
|
var AiManager = class {
|
|
2385
|
-
_isTaggingEnabled =
|
|
2385
|
+
_isTaggingEnabled = false;
|
|
2386
2386
|
_isEditing = false;
|
|
2387
2387
|
_editingComponents = [];
|
|
2388
2388
|
_contextMode = AiContextMode.SILENT;
|