retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.17k stars 653 forks source link

Prevent mousewheel to zoom, but still scroll #481

Closed SaraGhlm closed 1 year ago

SaraGhlm commented 4 years ago

Hello, I'm creating a customized node that expands and I added a scrollbar to it by setting the max-height and overflow-y = auto of the content class. I want to disable the zooming on the mouse-wheel event but still be able to scroll when the node is selected. I've tried the following code but it disabled all of the mouse-wheel events.

editor.on('zoom', ({ source }) => { return source !== 'wheel'; });

Thank you in advance.

rete-js[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.