mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Shoemaker rework
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
const setWidth = width => preview.style.width = width + 'px';
|
||||
const setWidth = width => (preview.style.width = width + 'px');
|
||||
|
||||
resizer.addEventListener('mousedown', dragStart);
|
||||
resizer.addEventListener('touchstart', dragStart);
|
||||
|
||||
Reference in New Issue
Block a user