Skip to content

Commit

Permalink
[status] remove left-click for sheets-stack #2030 #1656
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Sep 27, 2023
1 parent 198fcc4 commit f1e2188
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions visidata/statusbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ def drawLeftStatus(vd, scr, vs):
x = clipdraw(scr, y, 0, lstatus, attr, w=vs.windowWidth-1)

vd.onMouse(scr, 0, y, x, 1,
BUTTON1_PRESSED='sheets-stack',
BUTTON1_RELEASED='sheets-stack',
BUTTON3_PRESSED='rename-sheet',
BUTTON3_CLICKED='rename-sheet')
except Exception as e:
Expand Down

0 comments on commit f1e2188

Please sign in to comment.