[Glitch] Fix OCR with delete & redraft
Port c872f1cdb6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									e48f63787d
								
							
						
					
					
						commit
						95164e759b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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 a new issue