codemirror-interact icon indicating copy to clipboard operation
codemirror-interact copied to clipboard

Results 7 codemirror-interact issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10. Changelog Sourced from vite's changelog. 3.2.10 (2024-03-24) 3.2.9 (2024-03-24) fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655 fix: port #16250 to v3...

dependencies

![image](https://github.com/replit/codemirror-interact/assets/636595/51a58de3-be08-4959-97fd-cbcee55e7154) ```javascript onDrag: (text, setText, e) => { const newVal = Number(text) + (e.movementX / 20); if (isNaN(newVal)) return; setText(newVal.toString()); }, ``` When trying to update a numeric value by...

As a user editing a number with the interactive number dragger widget, I want to be able to continue dragging outside the code editor, so that I can get a...

Greetings! I was trying this out and noticed that the "ew-resize" cursor does not appear when you hover over numbers. FWIW I'm using Chrome Version 103.0.5060.134 on Ubuntu Linux 22.04...

I'm interested in having this behave in such a way that the Alt key is not required to press in order to interact. Ideally the ew-resize cursor would appear over...

Bumps [ws](https://github.com/websockets/ws) from 8.8.1 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies