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`,
|
||||
});
|
||||
|
||||
let media_url = media.get('file');
|
||||
let media_url = media.get('url');
|
||||
|
||||
if (window.URL && URL.createObjectURL) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue