File tree 1 file changed +4
-5
lines changed
web/libs/editor/src/tags/object
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
import { inject , observer } from "mobx-react" ;
2
- import { flow , getEnv , types } from "mobx-state-tree" ;
2
+ import { flow , types } from "mobx-state-tree" ;
3
3
4
4
import Registry from "../../core/Registry" ;
5
- import { errorBuilder } from "../../core/DataValidator/ConfigValidator" ;
6
5
import { AnnotationMixin } from "../../mixins/AnnotationMixin" ;
7
6
import ProcessAttrsMixin from "../../mixins/ProcessAttrs" ;
8
7
import Base from "./Base" ;
9
- import { parseTypeAndOption , parseValue } from "../../utils/data" ;
8
+ import { parseValue } from "../../utils/data" ;
10
9
11
10
/**
12
11
* The `Pdf` tag is used to display a PDF document from a URL.
@@ -45,10 +44,10 @@ const HtxPdf = inject("store")(
45
44
allowFullScreen
46
45
/>
47
46
) ;
48
- } )
47
+ } ) ,
49
48
) ;
50
49
51
50
Registry . addTag ( "pdf" , PdfModel , HtxPdf ) ;
52
51
Registry . addObjectType ( PdfModel ) ;
53
52
54
- export { HtxPdf , PdfModel } ;
53
+ export { HtxPdf , PdfModel } ;
You can’t perform that action at this time.
0 commit comments