@privateaim/client-vue 0.8.42 → 0.8.43
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/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
package/dist/index.mjs
CHANGED
|
@@ -4854,7 +4854,7 @@ var FAnalysisBucketFileRootToggler_vue_vue_type_script_lang_default = defineComp
|
|
|
4854
4854
|
isBlocked.value = true;
|
|
4855
4855
|
emit("updated", {
|
|
4856
4856
|
...props.entity,
|
|
4857
|
-
root: isRoot.value
|
|
4857
|
+
root: !isRoot.value
|
|
4858
4858
|
});
|
|
4859
4859
|
};
|
|
4860
4860
|
return {
|