Skip to content

Commit

Permalink
unique id
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyblasta committed Dec 6, 2024
1 parent c3d4e62 commit 2845d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/editor/edithandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ function editAttributes(feat) {
obj.val = obj.val.split(separator);
}
obj.isVisible = true;
obj.elId = `input-${obj.name}`;
obj.elId = `input-${currentLayer}-${obj.name}`;
obj.addListener = addCheckboxListener();
} else if (obj.type === 'image') {
obj.isVisible = true;
Expand Down

0 comments on commit 2845d43

Please sign in to comment.