Skip to content

Commit

Permalink
fix: fix bug that caused the rollover overspending right-click not to…
Browse files Browse the repository at this point in the history
… work
  • Loading branch information
Xiphe committed May 7, 2020
1 parent 02deadd commit 323df7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Month/Categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function BudgetRow({

const showContextMenu = useCallback(
(ev) => {
ev.proddtDefault();
ev.preventDefault();
const menu = new remote.Menu();
menu.append(
new remote.MenuItem({
Expand Down

0 comments on commit 323df7a

Please sign in to comment.