aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/dragdrop.js
Commit message (Collapse)AuthorAgeFilesLines
* Update dragdrop.jsezt192023-09-231-1/+1
| | | Fixing a problem when u cannot put two images and they are going into two different places for images.
* fix error in dragdrop logicAUTOMATIC2023-05-221-2/+2
|
* repair file paste for Firefox from #10615AUTOMATIC2023-05-221-12/+41
| | | | | remove animation when pasting files into prompt rework two dragdrop js files into one
* Merge branch 'dev' into text-drag-fixAUTOMATIC11112023-05-221-23/+27
|\
| * linter fixesAUTOMATIC2023-05-191-1/+1
| |
| * split visibility method and sort insteadThottyottyotty2023-05-191-1/+4
| | | | | | | | split out the visibility method for pasting and use a sort inside the paste handler to prioritize on-screen fields rather than targeting ONLY on screen fields
| * Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-23/+24
| |
* | Fix dragging text to promptmissionfloyd2023-05-221-2/+2
|/
* Add image paste fallbackMMaker2023-01-031-1/+9
| | | | Fixes Firefox pasting support (and possibly other browsers)
* make aspect ratio overlay work regardless of selected localizationAUTOMATIC2022-10-211-1/+1
|
* make dragging to prompt work againAUTOMATIC2022-10-151-2/+2
|
* fix paste not working in firefoxAUTOMATIC2022-10-141-1/+1
| | | | fix paste always going into txt2img field
* Add drag/drop param loading.d8ahazard2022-10-121-0/+3
| | | | Drop an image or generational text onto the prompt bar, it loads the info for parsing.
* refactored image paste handling to fill unset images successively, then ↵Connum2022-09-271-9/+15
| | | | replace last existing image (fixes #981)
* Revert "Reset image input when dragover new image"Connum2022-09-211-16/+1
| | | | This reverts commit 9035afbab5e1285cfc7ad39c1e17374973842ae9.
* fix image replacement via clipboard paste or drag and drop on PNG Info tabConnum2022-09-211-2/+23
|
* Reset image input when dragover new imagetrufty2022-09-201-1/+16
|
* replace existing image via paste or drop in inpaint mode (fixes #649)Connum2022-09-181-1/+1
|
* fix pasting of images from the clipboard in img2img (fixes #645)Connum2022-09-181-0/+1
|
* script.js split work - ui.jsAUTOMATIC2022-09-181-0/+2
|
* script.js split work - dragdrop.jsAUTOMATIC2022-09-181-209/+0
|
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+265
|
* script.js split workAUTOMATIC2022-09-181-135/+0
|
* script.js split workAUTOMATIC2022-09-181-256/+2
|
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+389