crosshair cursor on drag

This commit is contained in:
David Botton 2022-06-21 22:15:05 -04:00
parent c2cfdc69d4
commit aa4a0858a3

View file

@ -402,7 +402,7 @@ replaced."
(place-after control placer)
(setf (box-sizing placer) :content-box)
(setf (positioning placer) :absolute)
(jquery-execute placer (format nil "draggable({snap:'.placer',snapMode:'inner'})~
(jquery-execute placer (format nil "draggable({snap:'.placer',snapMode:'inner',cursor:'crosshair'})~
.resizable({alsoResize:'#~A',autoHide:true})"
(html-id control)))
;; setup control events