channels_dropdown_qfix ()

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-06-29 17:59:29 +06:00 committed by GitHub
parent 14dd02ff90
commit a50733a556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@
if (result != null) {
if (result === '') {
remove(n)
} else {
} else if (item.value !== result) {
item.value = result
saveItems()
dispatch('save', item.channel)