FIRE-1674, bugfix for not-cleared inventory cut/paste, by Satomi Ahn
parent
3496b20fd7
commit
1c1b36fde7
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue