mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-17 15:30:59 +02:00
Fix a bug in drag-and-drop where an empty Negative Prompt line would result in the next line getting assigned to negative prompts; Simplify the drag-and-drop text file parsing logic to use a single algorithm, the files are small enough that we don't need over-optimization and confuse new developers
This commit is contained in:
@ -280,7 +280,7 @@
|
||||
<script src="media/js/auto-save.js?v=4"></script>
|
||||
<script src="media/js/main.js?v=8"></script>
|
||||
<script src="media/js/themes.js?v=3"></script>
|
||||
<script src="media/js/dnd.js?v=5"></script>
|
||||
<script src="media/js/dnd.js?v=6"></script>
|
||||
<script>
|
||||
async function init() {
|
||||
await initSettings()
|
||||
|
Reference in New Issue
Block a user