#599 TopPanel x,y and dimension for element, doesn't work
This commit is contained in:
@@ -570,7 +570,7 @@ class TopPanel {
|
||||
*/
|
||||
attrChanger(e) {
|
||||
const attr = e.target.getAttribute("data-attr");
|
||||
let val = e.target.value;
|
||||
let val = (e.detail || e.target.value);
|
||||
const valid = isValidUnit(attr, val, this.selectedElement);
|
||||
|
||||
if (!valid) {
|
||||
|
||||
Reference in New Issue
Block a user