Skip to content

Commit

Permalink
TerminalWidget: Fix non administrative commands not being pasted (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Nov 9, 2024
1 parent 28fd418 commit 588473c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Widgets/TerminalWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ namespace Terminal {
});

dialog.present ();
} else {
feed_child (text.data);
}
} else {
feed_child (text.data);
Expand Down

0 comments on commit 588473c

Please sign in to comment.