diff --git a/package-lock.json b/package-lock.json index 4f99adc9..57979531 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rwth-acis/syncmeta-widgets", - "version": "2.4.6", + "version": "2.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rwth-acis/syncmeta-widgets", - "version": "2.4.6", + "version": "2.4.7", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@jsplumb/browser-ui": "^6.0.5", diff --git a/package.json b/package.json index 5708f824..4559a2a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rwth-acis/syncmeta-widgets", "description": "SyncMeta is a near real-time collaborative modeling framework. This package only contains the used widgets. If you want to use the SyncMeta app in a docker container, see https://github.com/rwth-acis/syncmeta.", - "version": "2.4.6", + "version": "2.4.7", "author": { "name": "ACIS Group, RWTH Aachen", "email": "acis@dbis.rwth-aachen.de" diff --git a/src/es6/canvas_widget/Manager.js b/src/es6/canvas_widget/Manager.js index 1f92c358..f1b1035b 100644 --- a/src/es6/canvas_widget/Manager.js +++ b/src/es6/canvas_widget/Manager.js @@ -3055,7 +3055,7 @@ export class AbstractNode extends AbstractEntity { }), // minimum size interact.modifiers.restrictSize({ - min: { width: 40, height: 40 }, + min: { width: 50, height: 50 }, }), ], inertia: { enabled: false }, @@ -8728,7 +8728,7 @@ export class Value extends AbstractValue { _.debounce(function (event) { _value = _ytext.toString().replace(/\n/g, ""); that.setValue(_value); - EntityManagerInstance.storeDataYjs(); + EntityManagerInstance.saveState(); const userMap = y.getMap("users"); const jabberId = userMap.get(event.currentTarget.doc.clientID); diff --git a/src/styles/attribute.widget.css b/src/styles/attribute.widget.css index 8ba39e5c..4e19c42a 100644 --- a/src/styles/attribute.widget.css +++ b/src/styles/attribute.widget.css @@ -115,9 +115,6 @@ font-weight: bold; } - .label { - text-transform: capitalize; - } .key_value_attribute input, select {