remove focus on placer as part of setup

This commit is contained in:
David Botton 2024-06-26 17:21:41 -04:00
parent f75a0d33d2
commit 7924341bfd

View file

@ -231,7 +231,6 @@
(html-id control))) (html-id control)))
;; setup placer events ;; setup placer events
(setf (tab-index placer) "-1") ; must have a tab-index to accept keyboard input (setf (tab-index placer) "-1") ; must have a tab-index to accept keyboard input
(focus placer)
(set-on-key-down placer (set-on-key-down placer
(lambda (obj data) (lambda (obj data)
(declare (ignore obj)) (declare (ignore obj))