vers 1.1.6

- risolto problema cors ?!?
- notifiche transazioni pendenti OK
This commit is contained in:
Surya Paolo
2024-10-29 02:33:39 +01:00
parent baa4188746
commit b6f73019fe
82 changed files with 1771 additions and 294 deletions

View File

@@ -143,7 +143,7 @@ export default defineComponent({
}
function toggleSize() {
mywidthEditor.value = mywidthEditor.value === 400 ? 1200 : 400
mywidthEditor.value = mywidthEditor.value === 400 ? 1050 : 400
}
function deleteElem() {

View File

@@ -16,7 +16,7 @@
v-model="visuEditor"
v-if="selElem && editOn"
show-if-above
:breakpoint="800"
:breakpoint="350"
side="right"
:width="tools.isMobile() ? 350 : mywidthEditor"
elevated