From 4be2610b6367f812285de3644ffb1f8c38ccc3e8 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 7 Jan 2010 11:47:56 -0700 Subject: [PATCH] Missing an object in this chain --- imp/js/DimpBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index 5b341868e..fb4741576 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -1583,7 +1583,7 @@ var DimpBase = { } if (uids.size()) { - if (e.dragevent.ctrlKey) { + if (e.memo.dragevent.ctrlKey) { DimpCore.doAction('CopyMessage', this.viewport.addRequestParams({ tofld: foldername }), { uids: uids }); } else if (this.folder != foldername) { // Don't allow drag/drop to the current folder. -- 2.11.0