Skip to content

Commit 035efd7

Browse files
committed
hint hidetooltip condition
1 parent 17df79e commit 035efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
unhighlighElement(element);
387387
});
388388
}
389-
hint.hideTooltip();
389+
hint && hint.hideTooltip();
390390
if(modal){
391391
modal.destroy();
392392
}

0 commit comments

Comments
 (0)