Skip to content

Commit

Permalink
Setup shortcuts after setting-up web.
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 11, 2017
1 parent 17cc7d6 commit e21de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqt/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def __init__(self, mw, widget, parentWindow, addMode=False):
# current card, for card layout
self.card = None
self.setupOuter()
self.setupShortcuts()
self.setupWeb()
self.setupShortcuts()
self.setupTags()

# Initial setup
Expand Down

0 comments on commit e21de9e

Please sign in to comment.