CodeEditApp/CodeEdit

🐞 It is necessary to double-click the “Clear Output” button to clear the TaskOutputView

Closed this issue · 0 comments

Description

TaskOutputView cleared after a double tap on ClearOutput button in TaskOutputActionsView.

I've fixed that error. I just need to create a issue for PR

To Reproduce

  1. Create task, for example 'echo "Hello world"'
  2. Run task
  3. You see output
  4. Clear output by click on ClearOutput button(and it won't be cleared)

Expected Behavior

Should clear after the first press

Version Information

CodeEdit: [e.g. 0.0.x-alpha.y]
macOS: [e.g. 13.2.1]
Xcode: [e.g. 14.2]

Additional Context

No response

Screenshots

Before.mov