Showing
1 changed file
with
4 additions
and
3 deletions
@@ -179,9 +179,10 @@ abstract class PdfAnnotBase { | @@ -179,9 +179,10 @@ abstract class PdfAnnotBase { | ||
179 | this.subject, | 179 | this.subject, |
180 | this.author, | 180 | this.author, |
181 | }) { | 181 | }) { |
182 | - this.flags = flags ?? { | ||
183 | - PdfAnnotFlags.print, | ||
184 | - }; | 182 | + this.flags = flags ?? |
183 | + { | ||
184 | + PdfAnnotFlags.print, | ||
185 | + }; | ||
185 | } | 186 | } |
186 | 187 | ||
187 | /// The subtype of the outline, ie text, note, etc | 188 | /// The subtype of the outline, ie text, note, etc |
-
Please register or login to post a comment