Bug 956900 - Close actionbar after paste. r=margaret

This commit is contained in:
Wes Johnston 2014-01-27 14:58:32 -08:00
Родитель 05a0f1421d
Коммит 2ffb2189cc
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -448,8 +448,7 @@ var SelectionHandler = {
icon: "drawable://ab_paste",
action: function(aElement) {
ClipboardHelper.paste(aElement);
SelectionHandler._positionHandles();
SelectionHandler._updateMenu();
SelectionHandler._closeSelection();
},
order: 2,
selector: ClipboardHelper.pasteContext,