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; }