fix repl playground and add clog-user:*probe*

This commit is contained in:
David Botton 2024-05-31 17:37:45 -04:00
parent 49f777530e
commit ab9a8f3024
4 changed files with 24 additions and 4 deletions

View file

@ -35,7 +35,7 @@ replaced. (Exported)"
(defun add-inspector (name func)
"Add a custom inspector with NAME and (FUNC object title value clog-obj)"
(push (list :name name :func func) *inspectors*))
(pushnew (list :name name :func func) *inspectors*))
(defun reset-control-pallete (panel)
(let* ((app (connection-data-item panel "builder-app-data"))