mirror of https://github.com/node-red/node-red.git
Replace animatedZoomView() with direct zoomView() calls for zoom buttons and keyboard shortcuts to eliminate jagged animation caused by redraw() being called on every frame. - Change zoomIn/zoomOut/zoomZero to use instant zoom like trackpad - Single redraw per zoom step instead of 8-10 redraws during animation - Makes all zoom methods (buttons, keyboard, trackpad) feel consistent - Keep animatedZoomView() only for zoomToFitAll() where animation helps Fixes stuttering when zooming with buttons or Ctrl+/-/0 shortcuts. |
||
|---|---|---|
| .. | ||
| 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.