1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-10 10:00:48 +09:00

fix flickering

This commit is contained in:
Andrew Simachev 2024-01-13 11:57:15 +01:00
parent 8465f61cb3
commit 6dde5afdee
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
2 changed files with 1 additions and 24 deletions

File diff suppressed because one or more lines are too long

View file

@ -15,9 +15,8 @@ import {
I, C, UtilCommon, UtilRouter, UtilFile, UtilData, UtilObject, UtilMenu, keyboard, Storage, analytics, dispatcher, translate, Renderer,
focus, Preview, Mark, Animation, Onboarding, Survey, UtilDate, UtilSmile, Encode, Decode,
} from 'Lib';
import { pdfjs } from 'react-pdf';
pdfjs.GlobalWorkerOptions.workerSrc = 'workers/pdf.min.js';
require('pdfjs-dist/build/pdf.worker.entry.js');
configure({ enforceActions: 'never' });