refactor(ssh): Update Terminal page to adapt new copy and paste logic (#1054)
* refactor(ssh): Remove terminal copy button and streamline clipboard functionality Update dependency versions and remove the copy button from the terminal page, integrating clipboard functionality into the terminal controller. * refactor(ssh): Optimize clipboard paste functionality implementation Convert the _OnTerminalPaste method to an asynchronous implementation and remove duplicate _paste methods. * refactor(ssh): Rename clipboard operation function and add new functionality Renamed _onTerminalPaste to _onClipboardAction and expanded its functionality Now supports copying selected text to the clipboard and performing paste operations when no text is selected * fix: Fixed an issue where clipboard operations did not wait for asynchronous completion. * fix(ssh): Fixed terminal paste operation return logic Prevented redundant _onTerminalPaste calls after terminal paste operations
This commit is contained in:
Submodule packages/dartssh2 updated: b6c1c7b42f...fbb781df89
Submodule packages/xterm updated: f307b2f253...80211829ed
Reference in New Issue
Block a user