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:
cmdr2
2022-11-08 18:44:11 +05:30
parent fa080e380c
commit 1176ddcc85
2 changed files with 9 additions and 22 deletions

View File

@ -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()