Skip to content

Commit

Permalink
Fix race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 30, 2024
1 parent 0868e41 commit 3f2f33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/advanced-editors-messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ function unsafeMessenger() {

unsafeMessenger();

console.log('Advanced editors messenger injected!')
console.log('Advanced editors messenger ready');
2 changes: 1 addition & 1 deletion source/ghost-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ function stopGT() {
window.startGT = startGT;
window.stopGT = stopGT;

startGT();
setTimeout(startGT, 100);

0 comments on commit 3f2f33d

Please sign in to comment.