From c0eea4dadd4f9db1ccb1750f112a2c82b6a863bd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 21 Mar 2021 15:53:12 -0400 Subject: [PATCH] Missed annotation property from 7889cd5d3 --- chrome/content/zotero/xpcom/annotations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/annotations.js b/chrome/content/zotero/xpcom/annotations.js index 6739ccc3b4..200f400f81 100644 --- a/chrome/content/zotero/xpcom/annotations.js +++ b/chrome/content/zotero/xpcom/annotations.js @@ -32,7 +32,7 @@ Zotero.Annotations = new function () { Zotero.defineProperty(this, 'ANNOTATION_TYPE_IMAGE', { value: 3 }); Zotero.defineProperty(this, 'PROPS', { - value: ['type', 'text', 'comment', 'color', 'sortIndex', 'position'], + value: ['type', 'text', 'comment', 'color', 'pageLabel', 'sortIndex', 'position'], writable: false });