Skip to content

Commit

Permalink
Brain dead fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 10, 2024
1 parent c5658d0 commit 151bb67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/advanced-editors-messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ function unsafeMessenger() {
});
}, {signal});

target.addEventListener('gt:kill', () => {
controller.abort();
clearInterval(interval);
}, {signal});
// target.addEventListener('gt:kill', () => {
// controller.abort();
// clearInterval(interval);
// }, {signal});
}

function codeMirror5(target) {
Expand Down

0 comments on commit 151bb67

Please sign in to comment.