From 25653076f50d1a75e66d246bcadd0bce5afbff2c Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Fri, 29 Mar 2024 00:21:48 +0300 Subject: [PATCH] [desktop] fix bug 66917 --- build/Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Gruntfile.js b/build/Gruntfile.js index 788702ebc5..b91d18acbb 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -302,6 +302,7 @@ module.exports = function(grunt) { params: { overrides: { cleanupIds: false, + removeHiddenElems: false, // plugin ver 3.2.0 deletes as non rendering element } }, },