Andreas Ekström
Andreas Ekström
Will have a look at the package, would have to do it on my spare time so don't hold your breath for a PR.
I too am lost in this. Basic information would be be nice. But I guess thats an issue over at the react-dnd github page.
* Making a real time chat app with React and Space Cloud * Will Space Cloud kill Firebase? * Making a React.JS app with 1-click back-end and authenticaton * How...
Heres what i did ``` import AutoList from 'medium-editor-autolist/dist/autolist.js'; // node_modules/medium-editor-autolist... var autolist = new AutoList(); ``` then in the options prop for the editor `{ extensions: { 'autolist': autolist...
For people looking for a solution for this: https://github.com/lyfeyaj/swipe Its a new repository that is being maintained and has this feature OOB. Controllable via the prop `draggable`
+1 Also seeing this issue. I have added an inner content scroll for now. Tried adjusting the height property set on the root overlay but doesnt seem to make a...
Good link: https://usehooks.com/useDarkMode/
Switching to bun solved my problems 👍