From 889e2adc8ee32915a631d169d0eff97e98cf1d61 Mon Sep 17 00:00:00 2001 From: saraBoutej Date: Tue, 26 Dec 2023 09:16:52 +0100 Subject: [PATCH] fix js console error styling text --- .../src/main/webapp/ckeditor/plugins/balloonpanel/plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-extension-webapp/src/main/webapp/ckeditor/plugins/balloonpanel/plugin.js b/commons-extension-webapp/src/main/webapp/ckeditor/plugins/balloonpanel/plugin.js index 2d3083d256..957b70eed0 100644 --- a/commons-extension-webapp/src/main/webapp/ckeditor/plugins/balloonpanel/plugin.js +++ b/commons-extension-webapp/src/main/webapp/ckeditor/plugins/balloonpanel/plugin.js @@ -418,7 +418,6 @@ return item.getClientRects( true )[ 0 ]; } ); } else { - elementOrSelection.selectRanges([ranges[ ranges.length - 1 ]]); rectList = ranges[ ranges.length - 1 ].getClientRects( true ); }