From d7f6f4f0514c9975d03c194bb16bdbdfdd3b2d7e Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 20 Aug 2018 16:01:31 +0200 Subject: [PATCH] Remove left-over `this.enhanceTextSelection` property from the `BaseViewer` constructor (PR 9479 follow-up) --- web/base_viewer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/base_viewer.js b/web/base_viewer.js index a968b981c..3bd723384 100644 --- a/web/base_viewer.js +++ b/web/base_viewer.js @@ -145,7 +145,6 @@ class BaseViewer { this.removePageBorders = options.removePageBorders || false; this.textLayerMode = Number.isInteger(options.textLayerMode) ? options.textLayerMode : TextLayerMode.ENABLE; - this.enhanceTextSelection = options.enhanceTextSelection || false; this.imageResourcesPath = options.imageResourcesPath || ''; this.renderInteractiveForms = options.renderInteractiveForms || false; this.enablePrintAutoRotate = options.enablePrintAutoRotate || false;