Order of operations
This commit is contained in:
parent
782ff5c5d4
commit
43b030be6e
1 changed files with 3 additions and 3 deletions
|
|
@ -261,12 +261,12 @@ var pdApp = {
|
|||
pdApp.process.handle.item(data, false);
|
||||
},
|
||||
next: function (items,edited,ignored) {
|
||||
if (edited === false) {
|
||||
items = items.shift();
|
||||
}
|
||||
if (ignored) {
|
||||
pdApp.processInfo.after = items[0].data.name;
|
||||
}
|
||||
if (edited === false) {
|
||||
items = items.shift();
|
||||
}
|
||||
|
||||
if (items.length > 0) {
|
||||
pdApp.process.handle.item(items,edited);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue