node-red/packages/node_modules/@node-red/editor-client
dimitrieh c07cce4fb0
Make Alt/Space scroll zoom speed match trackpad pinch zoom
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.
2025-10-14 10:04:31 +01:00
..
locales i18n(NodeRed) update ES translation files to latest code base 2025-10-09 17:12:38 +02:00
src Make Alt/Space scroll zoom speed match trackpad pinch zoom 2025-10-14 10:04:31 +01:00
templates
.npmignore
LICENSE
README.md
index.js
package.json Bump for 4.1.1 release 2025-10-13 11:37:18 +01:00

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.