Fix crash caused by cutting and copying

This commit is contained in:
David Lönnhager 2019-01-26 04:09:29 +01:00
parent fcfb45ccdf
commit 106134be33

View file

@ -971,6 +971,8 @@ class EditorWebView(AnkiWebView):
# add a comment in the clipboard html so we can tell text is copied
# from us and doesn't need to be stripped
clip = self.editor.mw.app.clipboard()
if not clip.ownsClipboard():
return
mime = clip.mimeData()
if not mime.hasHtml():
return