mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-09 16:32:12 -05:00
Fix OCR with delete & redraft (#12465)
This commit is contained in:
parent
00b8704a32
commit
e7a7f88df7
@ -214,7 +214,7 @@ class FocalPointModal extends ImmutablePureComponent {
|
|||||||
langPath: `${assetHost}/ocr/lang-data`,
|
langPath: `${assetHost}/ocr/lang-data`,
|
||||||
});
|
});
|
||||||
|
|
||||||
let media_url = media.get('file');
|
let media_url = media.get('url');
|
||||||
|
|
||||||
if (window.URL && URL.createObjectURL) {
|
if (window.URL && URL.createObjectURL) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user