From bb78a4633fa147d3bbd5a15b9e4ab8dc0e9eab5d Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 11 Jun 2026 13:59:52 +0300 Subject: [PATCH] Type fix --- client/src/helpers/misc/summernote-custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/misc/summernote-custom.js b/client/src/helpers/misc/summernote-custom.js index ecc957a65a..21a3c733c0 100644 --- a/client/src/helpers/misc/summernote-custom.js +++ b/client/src/helpers/misc/summernote-custom.js @@ -320,7 +320,7 @@ function init(langSets) { /** @type {JQuery} */ const $editable = context.layoutInfo.editable; - const view = /** @type {module:view} */options.espoView; + const view = /** @type {import('view').default} */options.espoView; if (!view) { return;