Skip to content

Commit b37a34b

Browse files
committed
make sure to hide tooltip before showing it again
1 parent 6aafab0 commit b37a34b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/runtime/console.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ function addLinkHandler (terminal) {
287287
let tooltip = null
288288

289289
function showTooltip (event, uri, location, terminal) {
290+
hideTooltip()
291+
290292
if (atom.config.get('julia-client.consoleOptions.linkModifier')) {
291293
const el = document.createElement('div')
292294
el.classList.add('terminal-link-tooltip')

0 commit comments

Comments
 (0)