mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-12 07:04:25 +00:00
parent
cbdcf552fc
commit
70d20af6e7
@ -305,7 +305,7 @@
|
||||
dragging? (r/atom false)
|
||||
pin-to-bottom? (r/atom true)
|
||||
selected-tab (r/atom (localstorage/get "selected-tab" :traces))
|
||||
window-width js/window.innerWidth
|
||||
window-width (r/atom js/window.innerWidth)
|
||||
handle-window-resize (fn [e]
|
||||
;; N.B. I don't think this should be a perf bottleneck.
|
||||
(reset! window-width js/window.innerWidth))
|
||||
|
Loading…
x
Reference in New Issue
Block a user