working on drag an drop of tasks. this is tricky.

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-31 00:52:19 +02:00
parent 99fa2ab1ce
commit bad323b7cc
4 changed files with 45 additions and 4 deletions

View File

@@ -0,0 +1 @@
export const dragged = $state({element:null,moved:false});