Skip to content

Commit f4280b4

Browse files
committed
Improve DOM context in LinkRow.
1 parent ee5fab1 commit f4280b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/controls/LinkRow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default class LinkRow {
3737

3838
showMessage(message) {
3939
// for some reason this displays one line too low if it's synchronous:
40-
setTimeout(()=>app.tooltip.toggle.showOn("linkrow", message, $.query(".row.link .copy.icon"), true, 0), 1);
40+
setTimeout(()=>app.tooltip.toggle.showOn("linkrow", message, $.query(".copy.icon", this.el), true, 0), 1);
4141
}
4242

4343
_initUI() {

0 commit comments

Comments
 (0)