@superblocksteam/library 2.0.157-next.5 → 2.0.157
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 +5 -5
package/dist/lib/index.js
CHANGED
|
@@ -2391,7 +2391,7 @@ async function createComponent({ componentType, parent, scopeName, basePropertie
|
|
|
2391
2391
|
//#endregion
|
|
2392
2392
|
//#region src/edit-mode/features/ai-store.ts
|
|
2393
2393
|
var AiManager = class {
|
|
2394
|
-
_isTaggingEnabled =
|
|
2394
|
+
_isTaggingEnabled = false;
|
|
2395
2395
|
_isEditing = false;
|
|
2396
2396
|
_editingComponents = [];
|
|
2397
2397
|
_contextMode = AiContextMode.SILENT;
|