mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
refactor(litegraph): replace type assertions with proper type guards
Amp-Thread-ID: https://ampcode.com/threads/T-019babbe-2ab8-7426-aa86-bba47c1ff997 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -120,7 +120,6 @@ app.registerExtension({
|
||||
touchZooming = true
|
||||
|
||||
LiteGraph.closeAllContextMenus(window)
|
||||
// @ts-expect-error
|
||||
app.canvas.search_box?.close()
|
||||
const newTouchDist = getMultiTouchPos(e)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user