diff --git a/bar.go b/bar.go index 263e4b3..47c272c 100644 --- a/bar.go +++ b/bar.go @@ -278,6 +278,8 @@ default: if drop { b.container.dropBar(b) + } else if b.container.BarCount() == 1 { + b.container.refreshCh <- time.Now() } b.cancel() }