mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-26 15:51:02 -04:00
route fixes
This commit is contained in:
parent
36b6e7446f
commit
2e1920b626
13 changed files with 89 additions and 98 deletions
|
@ -42,7 +42,7 @@ class _LogTerminalState extends State<LogTerminal> {
|
|||
textStyle: kDefaultTerminalStyle,
|
||||
controller: terminalController,
|
||||
autofocus: true,
|
||||
backgroundOpacity: 0.7,
|
||||
backgroundOpacity: 0.9,
|
||||
onSecondaryTapDown: (details, offset) async {
|
||||
final selection = terminalController.selection;
|
||||
if (selection != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue