Skip to content

Commit

Permalink
Merge branch 'lakhoune/issue167' into releases/2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed May 29, 2023
2 parents f49d10a + 93ce82a commit eb68791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/es6/canvas_widget/Manager.js
Original file line number Diff line number Diff line change
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 eb68791

Please sign in to comment.