Merge pull request #10826 from Snuffleupagus/rm-AnnotationFactory-ref-param
Remove unused `ref` property from the `parameters` object used when creating annotations in `AnnotationFactory._create`
This commit is contained in:
commit
0187dcfa15
@ -60,7 +60,6 @@ class AnnotationFactory {
|
||||
let parameters = {
|
||||
xref,
|
||||
dict,
|
||||
ref: isRef(ref) ? ref : null,
|
||||
subtype,
|
||||
id,
|
||||
pdfManager,
|
||||
|
Loading…
Reference in New Issue
Block a user