tui/mouse.go

Summary

Maintainability
A
35 mins
Test Coverage

Method UI.onMouse has 5 return statements (exceeds 4 allowed).
Open

func (ui *UI) onMouse(event *tcell.EventMouse, action tview.MouseAction) (*tcell.EventMouse, tview.MouseAction) {
    if event == nil {
        return nil, action
    }

Severity: Major
Found in tui/mouse.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status