Mrqozy

Results 5 comments of Mrqozy

i can confirm this! windows 10, chrome Version 116.0.5845.188 (Official Build) (64-bit), latest nodered

> ### Current Behavior > When you try to drag the canvas with middle mouse button on Windows (e.g. in Chrome), the cursor change to a "scroll cursor" and the...

> Holding down Shift is a temporary solution. In fact, many times, in order to improve work efficiency, we should simplify things. We do want to directly click the middle...

> Hopefully a maintainer sees this! > > This will disable middle mouse scroll on Windows by preventing the default behavior: > > ```js > document.addEventListener('mousedown', (e) => e.button ===...