mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-05 07:21:00 +00:00
parent
8be0f9c529
commit
c1dadbd0c7
1 changed files with 2 additions and 2 deletions
|
|
@ -280,10 +280,10 @@ func main() {
|
|||
case *tcell.EventMouse:
|
||||
_, h := screen.Size()
|
||||
_, y := e.Position()
|
||||
if y == h-1 {
|
||||
if y == h-1 && messenger.message != "" {
|
||||
clipboard.WriteAll(messenger.message)
|
||||
continue
|
||||
}
|
||||
continue
|
||||
}
|
||||
|
||||
if TabbarHandleMouseEvent(event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue