Skip to content

Commit 7b6be64

Browse files
committed
Fix property panel not restoring on mobile
1 parent 99b1571 commit 7b6be64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/clog-builder.lisp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,11 +1566,9 @@ It parse the string TEXT without using READ functions."
15661566
(when auto-mode
15671567
(cond (is-hidden
15681568
(setf (width panel) "400px")
1569-
(setf (hiddenp content) nil)
15701569
(setf is-hidden nil))
15711570
(t
15721571
(setf (width panel) "10px")
1573-
(setf (hiddenp content) t)
15741572
(setf is-hidden t))))))
15751573
(setf (overflow content) :auto)
15761574
(setf (positioning control-list) :absolute)

0 commit comments

Comments
 (0)