Compare commits
2 Commits
00c137d1ed
...
848225ac45
| Author | SHA1 | Date | |
|---|---|---|---|
| 848225ac45 | |||
| bd8d4faf18 |
@ -543,7 +543,7 @@ bricks.Tooltip = class extends bricks.Text {
|
||||
this.set_style('display', 'block');
|
||||
bricks.relocate_by_eventpos(event, this);
|
||||
if (this.auto_task){
|
||||
this.auto_task.cancel();
|
||||
clearTimeout(this.auto_task);
|
||||
this.auto_task = null;
|
||||
}
|
||||
this.auto_task = schedule_once(this.hide.bind(this), 6);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user