Skip to content

Commit

Permalink
Remove duplicate listener
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Mar 31, 2024
1 parent 0f2ea1e commit 7609766
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/rundown/app/components/RundownList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ export function RundownList ({
case 'bridge.rundown.previous':
select(-1)
break
case 'bridge.rundown.previous':
select(-1)
break
case 'toggleDisable':
selectionUtils.toggleDisableSelection()
break
Expand Down

0 comments on commit 7609766

Please sign in to comment.