Relative Content

Tag Archive for vuejs3vuedraggable

How to check pressed key when startDrag

I use vuedraggable@next library and vue3. I made simple plugin that only connect keyup and keydown event to window, so i have reactive variable with actually pressed key. But when i drag item, the plugin stop working. here is simple code pen: