mirror of
https://github.com/ankitects/anki.git
synced 2025-12-18 09:10:57 -05:00
disable drop event in main window
This commit is contained in:
parent
2636d6e4c3
commit
7391cef4f2
1 changed files with 3 additions and 0 deletions
|
|
@ -253,3 +253,6 @@ class AnkiWebView(QWebView):
|
||||||
|
|
||||||
def contextMenuEvent(self, evt):
|
def contextMenuEvent(self, evt):
|
||||||
QWebView.contextMenuEvent(self, evt)
|
QWebView.contextMenuEvent(self, evt)
|
||||||
|
|
||||||
|
def dropEvent(self, evt):
|
||||||
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue