mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(operation) delete: set noContinue: prevent removing node from ui when data not removed
This commit is contained in:
parent
5f6a94247e
commit
e047f62511
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
remover.on('connect', function() {
|
||||
authCheck(remover, function() {
|
||||
deleteFn = function(from, files, callback) {
|
||||
setListeners(remover, callback);
|
||||
setListeners(remover, {noContinue: true}, callback);
|
||||
from = from.replace(/\?.*/, '');
|
||||
remover.remove(from, files);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue