mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
crosshair cursor on drag
This commit is contained in:
parent
c2cfdc69d4
commit
aa4a0858a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue