diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index b20b21464c..2f79d30d69 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -2097,7 +2097,7 @@ bool LLFolderView::doToSelected(LLInventoryModel* model, const LLSD& userdata) return true; } - if ("copy" == action) + if ("copy" == action || "cut" == action) { LLInventoryClipboard::instance().reset(); }