From 11a01a3ea0212f491a50520fc131e2c2d9238b43 Mon Sep 17 00:00:00 2001 From: krassowski Date: Wed, 11 Oct 2017 18:51:26 +0000 Subject: [PATCH] Setup shortcuts after setting-up web. --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index d04fd842e..9d37aa1ae 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -50,8 +50,8 @@ class Editor: # current card, for card layout self.card = None self.setupOuter() - self.setupShortcuts() self.setupWeb() + self.setupShortcuts() self.setupTags() # Initial setup