SofiaConsole icon indicating copy to clipboard operation
SofiaConsole copied to clipboard

Toggle Console Action is inserted into command input box

Open LauraWebdev opened this issue 2 years ago • 1 comments

image

LauraWebdev avatar Oct 28 '23 20:10 LauraWebdev

Clearing text directly when opening the console doesn't work since the event seems to be processed later but _commandInput.CallDeferred(LineEdit.MethodName.Clear); fixed the issue for me.

gvvim avatar Nov 20 '24 12:11 gvvim