ktsn / vue-designer

Vue component design tool
https://marketplace.visualstudio.com/items?itemName=ktsn.vue-designer
MIT License
368 stars 22 forks source link

fix: normalize scale delta during various environments #33

Closed ktsn closed 6 years ago

ktsn commented 6 years ago

fix #26

I realized we already can scroll with Shift + scroll and zoom with Ctrl + scroll. So I would keep this behavior as official keyboard shortcut.

But there are some inconsistency of deltaY on WheelEvent during various environments. e.g. Windows + mouse provides too large value for deltaY. So I have normalized it not to change scale too much by one wheel event.