fixed broken "add task" buttons in Kanban
This commit is contained in:
@@ -22,8 +22,12 @@
|
||||
async function applyEdit(){
|
||||
let success = await onSet(editValue);
|
||||
if (success) {
|
||||
value = editValue;
|
||||
editing=false;
|
||||
if (success == 'reset'){
|
||||
editValue = value;
|
||||
} else {
|
||||
value = editValue;
|
||||
}
|
||||
editing = false;
|
||||
} else {
|
||||
editValue = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user