easydiffusion/ui/media/js
patriceac e6ec7393c6
Fix the restoration of the inpainting toggle
The Inpainting toggle doesn't get restored at the very first attempt.

Repro steps:
1. Create a task with a source image and enable the inpainting toggle.
2. Copy the task to the clipboard
3. Refresh the page (F5)
4. Paste the task from the clipboard

Expected result:
The task gets restored and the toggle is ON.

Actual result:
The task is restored, but the toggle is OFF.

To fix that, we have to restore the toggle's state after loading the source image.
2023-02-22 23:46:07 -08:00
..
auto-save.js Slider for preview image size (#767) 2023-02-22 19:32:00 +05:30
dnd.js Fix the restoration of the inpainting toggle 2023-02-22 23:46:07 -08:00
engine.js NSFW filter setting 2023-02-18 15:01:13 +05:30
image-editor.js Fix the centering of sharpness brushes 2023-02-19 12:08:06 -08:00
image-modifiers.js Merge pull request #924 from patriceac/patch-37 2023-02-22 19:28:47 +05:30
jquery-3.6.1.min.js Refactor the CSS and JS into separate files, attempt 1 2022-10-18 20:18:56 +05:30
jquery-confirm.min.js Confirm 'Clear All' and 'Stop Task' 2022-11-22 21:27:36 +01:00
main.js fix for thumbnail slider 2023-02-22 22:05:16 +01:00
marked.min.js Add a 'What's New?' tab as a core plugin, which fetches the contents of CHANGES.md from the app's release branch 2022-11-16 16:54:28 +05:30
parameters.js Change the image zoom size if the textbox is edited next to the slider 2023-02-22 19:56:45 +05:30
plugins.js Support WEBP outputs 2023-02-18 22:37:34 -05:00
searchable-models.js Select but don't empty the search box upon selection 2023-02-17 23:26:17 -08:00
themes.js fixed theme css properties not being updated properly 2022-12-21 16:03:52 -08:00
utils.js 'Download all images' button (#765) 2023-02-14 19:33:25 +05:30