mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 17:10:07 +00:00
[TS] Enable noUnusedLocals (#3108)
This commit is contained in:
@@ -108,7 +108,7 @@ function dragElement(dragEl, settings): () => void {
|
||||
}
|
||||
|
||||
// When the element resizes (e.g. view queue) ensure it is still in the windows bounds
|
||||
const resizeObserver = new ResizeObserver(() => {
|
||||
new ResizeObserver(() => {
|
||||
ensureInBounds()
|
||||
}).observe(dragEl)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user