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 = {
|
let parameters = {
|
||||||
xref,
|
xref,
|
||||||
dict,
|
dict,
|
||||||
ref: isRef(ref) ? ref : null,
|
|
||||||
subtype,
|
subtype,
|
||||||
id,
|
id,
|
||||||
pdfManager,
|
pdfManager,
|
||||||
|
Loading…
Reference in New Issue
Block a user