* [bug] add timeout.
This commit is contained in:
@@ -13,4 +13,6 @@ window.changeStatus = function(e)
|
||||
}
|
||||
}
|
||||
|
||||
changeStatus({target: {value: $('#status').val()}});
|
||||
setTimeout(() => {
|
||||
changeStatus({target: {value: oldStatus}});
|
||||
}, 100);
|
||||
|
||||
Reference in New Issue
Block a user