Compare commits

..

No commits in common. "848225ac45135698716cfb3bb00747c3607c9f0c" and "00c137d1eda6c2963246b2a45bac18335716e908" have entirely different histories.

View File

@ -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){
clearTimeout(this.auto_task);
this.auto_task.cancel();
this.auto_task = null;
}
this.auto_task = schedule_once(this.hide.bind(this), 6);