mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 06:50:20 -08:00
Fix property panel not restoring on mobile
This commit is contained in:
parent
99b15714df
commit
7b6be6410f
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue