bug in defsetf for set-text-value

This commit is contained in:
David Botton 2022-06-21 12:37:00 -04:00
parent 185afecc6b
commit 7634aa441d

View file

@ -490,7 +490,7 @@ Additionally for forms get/setf the value."))
(jquery-execute obj (format nil "contents().not(~A.children()).get(0).nodeValue='~A'"
(jquery obj) value)))
(defsetf text-value set-text)
(defsetf text-value set-text-value)
;;;;;;;;;;;;;;;;;;;;
;; text-direction ;;