diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-08 09:01:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 09:01:25 +0300 |
commit | 73d956454f0111ffdbebc0285033ca3dd630346b (patch) | |
tree | 4396fd0dfed3e0a7a5aac04a159619cec1b2f535 /javascript/imageParams.js | |
parent | 57a3d146e3e193904c1c5e148f7244b9d045f157 (diff) | |
parent | b15bbef798f5aba047f0e6955ce94fe589071b44 (diff) |
Merge branch 'dev' into tooltip
Diffstat (limited to 'javascript/imageParams.js')
-rw-r--r-- | javascript/imageParams.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/javascript/imageParams.js b/javascript/imageParams.js index 67404a89..64aee93b 100644 --- a/javascript/imageParams.js +++ b/javascript/imageParams.js @@ -1,7 +1,6 @@ window.onload = (function(){ window.addEventListener('drop', e => { const target = e.composedPath()[0]; - const idx = selected_gallery_index(); if (target.placeholder.indexOf("Prompt") == -1) return; let prompt_target = get_tab_index('tabs') == 1 ? "img2img_prompt_image" : "txt2img_prompt_image"; |