mirror of https://github.com/node-red/node-red.git
Alt+scroll and Space+scroll were using fixed zoom steps (0.06/0.08), making them zoom much faster than trackpad pinch zoom which uses proportional scaling (0.005 * delta). Changed to use trackpad-style proportional zoom for consistent feel across all zoom input methods. |
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| templates | ||
| .npmignore | ||
| LICENSE | ||
| README.md | ||
| index.js | ||
| package.json | ||
README.md
@node-red/editor-client
Node-RED editor resources module.
This provides all of the client-side resources of the Node-RED editor application.
Source
The main Node-RED modules are maintained as a monorepo on GitHub.