mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-28 08:28:53 -03:00
Guard Enter tag add during IME composition
This commit is contained in:
@@ -17,6 +17,10 @@ export class RecipeDataManager {
|
||||
return;
|
||||
}
|
||||
|
||||
if (event.isComposing || event.keyCode === 229) {
|
||||
return;
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
this.addTag();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user