Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 355401d

Browse files
mcaspersonhjacobs
authored andcommitted
Don't create a new tooltip, as existing pods have a reference to the old tooltip (#191)
1 parent c14adcc commit 355401d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export default class App {
365365
this.drawMenuBar()
366366
}
367367

368-
const tooltip = new Tooltip()
368+
const tooltip = this.tooltip || new Tooltip()
369369
tooltip.draw()
370370
this.stage.addChild(tooltip)
371371

0 commit comments

Comments
 (0)