mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-11 22:54:14 +00:00
Use a default get value for panel-width-ratio ls
This commit is contained in:
parent
46c4b402bf
commit
036392b648
@ -270,8 +270,7 @@
|
||||
;; Add clear button
|
||||
;; Filter out different trace types
|
||||
(let [position (r/atom :right)
|
||||
panel-width-ratio (r/atom (or (localstorage/get "panel-width-ratio")
|
||||
0.35))
|
||||
panel-width-ratio (r/atom (localstorage/get "panel-width-ratio" 0.35))
|
||||
showing? (r/atom false)
|
||||
dragging? (r/atom false)
|
||||
pin-to-bottom? (r/atom true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user