annotation now hides automatically on mouseleave events. click to hide/show or re-position the annotation.
This commit is contained in:
@@ -65,10 +65,12 @@ class @Annotatable
|
||||
mouse: false # dont follow the mouse
|
||||
y: -10
|
||||
show:
|
||||
event: 'mouseenter'
|
||||
event: 'click mouseenter'
|
||||
solo: true
|
||||
hide:
|
||||
event: 'unfocus'
|
||||
event: 'click mouseleave'
|
||||
delay: 250,
|
||||
fixed: true
|
||||
style:
|
||||
classes: 'ui-tooltip-annotatable'
|
||||
events:
|
||||
|
||||
Reference in New Issue
Block a user