Skip to content

Commit 1a95c33

Browse files
committedMay 3, 2025
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.
1 parent 5d47076 commit 1a95c33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎arduino-ide-extension/src/browser/serial/monitor/monitor-widget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export class MonitorWidget extends ReactWidget {
109109

110110
copyOutput(): void {
111111
this.copyOutputEmitter.fire();
112-
this.update();
113112
}
114113

115114
override dispose(): void {

0 commit comments

Comments
 (0)