mirror of
https://github.com/logseq/logseq.git
synced 2026-05-19 02:12:41 +00:00
fix lint
This commit is contained in:
@@ -1673,10 +1673,10 @@
|
||||
(.addChild container text)
|
||||
(draw-fps-overlay-background! background text dark?)
|
||||
{:container container
|
||||
:sync-position! (fn [_width _height]
|
||||
:sync-position! (fn [width height]
|
||||
(let [{:keys [x y]} (logic/fps-overlay-position
|
||||
_width
|
||||
_height
|
||||
width
|
||||
height
|
||||
(.-width text)
|
||||
(.-height text))]
|
||||
(set! (.-x container) x)
|
||||
|
||||
Reference in New Issue
Block a user