remove keyboard shortcut tooltips > 9
This commit is contained in:
parent
1fb1e35bab
commit
c7225757df
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
highlight: self.options.highlight,
|
||||
id: layer.id,
|
||||
'in': self.options['in'],
|
||||
keyboard: index + 1 + '',
|
||||
keyboard: index < 9 ? index + 1 + '' : '',
|
||||
out: self.options.out,
|
||||
position: self.options.position,
|
||||
range: self.options.range,
|
||||
|
|
Loading…
Reference in a new issue