Skip to content

Commit 4f19304

Browse files
committed
Do not forget to resume thread
1 parent c0e796b commit 4f19304

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/data-tooltip.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ DataTooltip.prototype =
9494

9595
let data = JSON.stringify(this.jQueryData);
9696
this.postContentMessage("initialize", data);
97+
98+
if (threadClient.paused) {
99+
threadClient.resume();
100+
}
97101
});
98102
},
99103

0 commit comments

Comments
 (0)