Ver a proveniência

Fix OCR with delete & redraft (#12465)

master^2
ThibG há 4 anos
committed by Eugen Rochko
ascendente
cometimento
e7a7f88df7
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app/javascript/mastodon/features/ui/components/focal_point_modal.js

+ 1
- 1
app/javascript/mastodon/features/ui/components/focal_point_modal.js Ver ficheiro

@@ -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 {


Carregando…
Cancelar
Guardar