Skip to content

Commit

Permalink
address issue #385 + issue #354
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRaven2000 committed Aug 8, 2023
1 parent 2c4675d commit d5e1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/quickfolders-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ QuickFolders.Util = {
// we get here only after success!
// fix bookmarks

messageIdList.push(origIds); // <= successfully moved / copied
messageIdList.push(...origIds); // [issue 385] do not wrap array in array!
QuickFolders.CopyListener.OnStopCopy(status);

} catch (ex) {
Expand Down

0 comments on commit d5e1989

Please sign in to comment.