1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
Steve-Mcl cf1424976f Improve scroll into view
- if a node is behind scrollbar, it is not scrolled into view
- jQuery `.width()` & `.width()` actually includes the scroll bar.
- using native `clientWidth` and `clientHeight` fixes this
2022-03-04 16:08:29 +00:00
..
2022-03-04 16:08:29 +00:00
2018-10-25 11:18:13 +01:00
2018-08-17 22:10:54 +01:00
2022-01-27 12:49:48 +00:00
2022-02-18 14:46:01 +00:00
2018-08-21 13:43:11 +01:00

@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.