mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Remove run body in almost every case
This commit is contained in:
parent
c59ae62c32
commit
e5e3e07645
36 changed files with 199 additions and 121 deletions
|
|
@ -52,8 +52,7 @@
|
|||
(set-on-drop target2 (lambda (obj data)
|
||||
(declare (ignore obj))
|
||||
(print (getf data :drag-data))
|
||||
(place-inside-bottom-of target2 object)))
|
||||
(run body)))
|
||||
(place-inside-bottom-of target2 object)))))
|
||||
|
||||
(defun start-tutorial ()
|
||||
"Start tutorial."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue