Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Do not update widget when copying output
No longer updates the serial monitor output after its content is copied.
Copying the content does not change anything for the view, so there is
no need to update.
  • Loading branch information
502E532E committed May 3, 2025
commit 1a95c3358a9be8f7fdfdbacfd34dcbe838641c30
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export class MonitorWidget extends ReactWidget {

copyOutput(): void {
this.copyOutputEmitter.fire();
this.update();
}

override dispose(): void {
Expand Down
Loading