implemented deletion of locations
This commit is contained in:
@@ -21,8 +21,12 @@
|
||||
|
||||
async function applyEdit(){
|
||||
let success = await onSet(editValue);
|
||||
if (success) value = editValue;
|
||||
editing=false;
|
||||
if (success) {
|
||||
value = editValue;
|
||||
editing=false;
|
||||
} else {
|
||||
editValue = value;
|
||||
}
|
||||
}
|
||||
|
||||
function ignore(evt){
|
||||
|
||||
Reference in New Issue
Block a user