legacyBlockScroll option to EventManager is removed. Use eventManager.on('wheel', evt => evt.preventDefault()) to block scrolling.rightButton option to EventManager is removed. Use eventManager.on('contextmenu', evt => evt.preventDefault()) to enable right-button clicking and dragging.