mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-12 12:37:01 +00:00
Lower how much CTRL+arrow key changes the number.
This commit is contained in:
@@ -58,7 +58,7 @@ name:id,
|
||||
|
||||
function editAttention(event) {
|
||||
const inputField = event.composedPath()[0];
|
||||
const delta = 0.1;
|
||||
const delta = 0.025;
|
||||
|
||||
if (inputField.tagName !== "TEXTAREA") return;
|
||||
if (!(event.key === "ArrowUp" || event.key === "ArrowDown")) return;
|
||||
|
Reference in New Issue
Block a user