Skip to content

Commit

Permalink
Merge pull request #168 from rwth-acis:releases/2.4.7
Browse files Browse the repository at this point in the history
Releases/2.4.7
  • Loading branch information
lakhoune authored May 29, 2023
2 parents 4d1d79e + eb68791 commit 6310312
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions src/es6/canvas_widget/Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -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);

Expand Down
3 changes: 0 additions & 3 deletions src/styles/attribute.widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
font-weight: bold;
}

.label {
text-transform: capitalize;
}

.key_value_attribute input,
select {
Expand Down

0 comments on commit 6310312

Please sign in to comment.