Jonas Aschenbrenner
Jonas Aschenbrenner
> Overall very smart and complete work. > > My first request is to use a thread leaf instead of an inline element: > > * it will enable us...
The latest version can be found on the branch https://github.com/xolvio/plate/tree/comments-xspecs. There are currently no plans on my side to develop this any further.
Here is, how I've implemented it. You can use the code ([license](https://raw.githubusercontent.com/SanjoSolutions/license/196e83535c229ffb84a535e46cf68af367bf2544/license)). ```js export function Draggable() { const [{ difference, isDragging }, dragRef] = useDrag( () => ({ type: /*...
I've just discovered that Windows also has clipboard history now as a feature, which works for me as an alternative.
In my case I had an older version of MSVC installed in addition to the latest version. After uninstalling the older version, restarting the terminal and updating the Visual Studio...