Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
treypisano committed Sep 19, 2023
1 parent 7886ff5 commit 9ccca00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/bubbles/textinput_bubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ export class TextInputBubble extends Bubble {
/** Handles a text change event for the text area. Calls event listeners. */
private onTextChange() {
this.text = this.textArea.value;
// debugger
for (const listener of this.textChangeListeners) {
listener();
}
Expand Down

0 comments on commit 9ccca00

Please sign in to comment.