mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 00:20:07 +00:00
[automated] Apply ESLint and Prettier fixes
This commit is contained in:
@@ -3722,7 +3722,8 @@ export class LGraphCanvas implements CustomEventDispatcher<LGraphCanvasEventMap>
|
||||
target?.localName === 'input' ||
|
||||
target?.localName === 'textarea' ||
|
||||
target?.isContentEditable
|
||||
) return
|
||||
)
|
||||
return
|
||||
|
||||
if (e.type == 'keydown') {
|
||||
// TODO: Switch
|
||||
|
||||
Reference in New Issue
Block a user