doesnt look as cool, but for sure feels simpler
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package views
|
||||
|
||||
import (
|
||||
"github.com/gdamore/tcell/v2"
|
||||
"github.com/rivo/tview"
|
||||
)
|
||||
|
||||
var (
|
||||
blankInputCapture = func(ev *tcell.EventKey) *tcell.EventKey { return ev }
|
||||
blankTreeViewOnChange = func(node *tview.TreeNode) {}
|
||||
blankDropdownOptionCallback = func() {}
|
||||
)
|
||||
Reference in New Issue
Block a user