highlight menu on paste, too
This commit is contained in:
parent
83ea183d4b
commit
49525f188c
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ pandora.ui.mainMenu = function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
Ox.Clipboard.bindEvent(function(data, event) {
|
Ox.Clipboard.bindEvent(function(data, event) {
|
||||||
if (Ox.contains(['add', 'copy'], event)) {
|
if (Ox.contains(['add', 'copy', 'paste'], event)) {
|
||||||
that.highlightMenu('editMenu');
|
that.highlightMenu('editMenu');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue