diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 10:48:41 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 10:48:41 -0400 |
commit | 1ec185790790367d0437cc2adb1fbb80e7310f52 (patch) | |
tree | 60c2235b15800c84dbcbdea624ae49fa892b59b7 /src | |
parent | 69de8c235a6580ac222ef3f5b31746f6bc144659 (diff) | |
parent | c05c272cab73cf700cc995648642e6defb974798 (diff) |
Merge branch 'master' into richTextSchemaS
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/PDFBox.scss | 1 | ||||
-rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index bccf0f291..6f18b1321 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -198,7 +198,6 @@ } .pdfBox { - pointer-events: none; .pdfViewer-text { .textLayer { span { diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 760f64a72..8541a3149 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -56,10 +56,6 @@ left: 0px; display: inline-block; width:100%; - pointer-events: none; - .collectionFreeFormDocumentView-container { - pointer-events: all; - } } .pdfViewer-annotationLayer { |