Fix property panel not restoring on mobile

This commit is contained in:
David Botton 2024-01-25 21:19:17 -05:00
parent 99b15714df
commit 7b6be6410f

View file

@ -1566,11 +1566,9 @@ It parse the string TEXT without using READ functions."
(when auto-mode
(cond (is-hidden
(setf (width panel) "400px")
(setf (hiddenp content) nil)
(setf is-hidden nil))
(t
(setf (width panel) "10px")
(setf (hiddenp content) t)
(setf is-hidden t))))))
(setf (overflow content) :auto)
(setf (positioning control-list) :absolute)