HandleTime
This commit is contained in:
@@ -116,7 +116,12 @@ func (w *Alert) HandleKey(ev *tcell.EventKey) bool {
|
||||
}
|
||||
return w.keyMap.Handle(ev)
|
||||
}
|
||||
func (w *Alert) HandleTime(ev *tcell.EventTime) {}
|
||||
|
||||
func (w *Alert) HandleTime(ev *tcell.EventTime) {
|
||||
w.layout.HandleTime(ev)
|
||||
w.btnLayout.HandleTime(ev)
|
||||
}
|
||||
|
||||
func (w *Alert) Draw(screen tcell.Screen) {
|
||||
if !w.visible {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user