fix images not pasting as links

This commit is contained in:
Damien Elmes 2018-08-08 12:45:59 +10:00
parent 23a3413c23
commit a389987530

View File

@ -942,7 +942,9 @@ class EditorWebView(AnkiWebView):
return
data = open(path, "rb").read()
return self.editor._addPastedImage(data, ext)
fname = self.editor._addPastedImage(data, ext)
if fname:
return self.editor.fnameToLink(fname)
def flagAnkiText(self):
# be ready to adjust when clipboard event fires