You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add 'copy css' button to tools/border-image-generator (#174)
* feat: add 'click to copy CSS' button to tools/border-image-generator
* fix: replace `mousedown` listener with `onclick`
* `mousedown` triggers for both right and middle-clicks, which does not align with the UX of a button. `onclick` is a more 'canonical' option.
* fix: correct `click` listener typo
* Fix code style
---------
Co-authored-by: Vadim Makeev <vmakeev@mozilla.com>
0 commit comments