From 51c9c2970d0522984d3ade3fc2b50a475a71d653 Mon Sep 17 00:00:00 2001 From: rcmerci Date: Wed, 13 May 2026 13:51:53 +0800 Subject: [PATCH] fix lint --- src/main/frontend/extensions/graph/pixi.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/frontend/extensions/graph/pixi.cljs b/src/main/frontend/extensions/graph/pixi.cljs index ce1307c359..22ecfddbbb 100644 --- a/src/main/frontend/extensions/graph/pixi.cljs +++ b/src/main/frontend/extensions/graph/pixi.cljs @@ -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)