Fix syntax error

pull/1/head
yflory 2021-09-06 11:35:55 +02:00
parent b5fd885035
commit 6b4afa3d31
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ define([
if (isItem) {
if (cursor && cursor.uid === uid && cursor.item) { setCursor(); }
} else {
else if (cursor && cursor.el === val && !cursor.item) { setCursor(); }
if (cursor && cursor.el === val && !cursor.item) { setCursor(); }
}
var del = h('button.btn.btn-danger-outline', h('i.fa.fa-times'));