Skip to content

Commit

Permalink
[shgraph] fixed contenteditable for comment titles
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Apr 25, 2024
1 parent 99902b9 commit 5cfba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hide/view/shadereditor/Box.hx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class Box {

var shaderEditor : ShaderEditor = cast editor;

var editable = new hide.comp.ContentEditable(commentTitle);
var editable = new hide.comp.ContentEditable(null, commentTitle);
editable.value = comment.comment;
editable.onChange = function(v: String) {
shaderEditor.beforeChange();
Expand Down

0 comments on commit 5cfba46

Please sign in to comment.