From 9cce9d734775210f70141fc115cf611a56eb4a48 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 24 Jun 2024 11:16:45 +0300 Subject: [PATCH] comment --- client/src/helpers/misc/summernote-custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/helpers/misc/summernote-custom.js b/client/src/helpers/misc/summernote-custom.js index 31a6b5d547..33bf6fe5bb 100644 --- a/client/src/helpers/misc/summernote-custom.js +++ b/client/src/helpers/misc/summernote-custom.js @@ -149,6 +149,8 @@ function init(langSets) { const view = /** @type {import('view').default} */options.espoView; if (!view) { + // Prevents an issue with a collapsed modal. + // @todo Revise. return; }