forked from 0x2620/oxjs
implement 'view annotations at position / in selection / all'
This commit is contained in:
parent
0c6541363d
commit
39f9e9bb4d
6 changed files with 152 additions and 80 deletions
|
|
@ -85,7 +85,7 @@ Ox.MenuButton = function(options, self) {
|
|||
}
|
||||
|
||||
function changeMenu(data) {
|
||||
that.triggerEvent('click', data);
|
||||
that.triggerEvent('change', data);
|
||||
}
|
||||
|
||||
function hideMenu(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue