highlight menu on paste, too

This commit is contained in:
rolux 2013-07-15 09:13:19 +00:00
parent 83ea183d4b
commit 49525f188c

View file

@ -671,7 +671,7 @@ pandora.ui.mainMenu = function() {
});
Ox.Clipboard.bindEvent(function(data, event) {
if (Ox.contains(['add', 'copy'], event)) {
if (Ox.contains(['add', 'copy', 'paste'], event)) {
that.highlightMenu('editMenu');
}
});