From 797679ce7ad105d3f4acfc3837b0fc6a6870599d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 5 May 2023 14:53:03 +0300 Subject: [PATCH] fix js docs --- client/src/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ui.js b/client/src/ui.js index d11ab8dcf5..388a4b5875 100644 --- a/client/src/ui.js +++ b/client/src/ui.js @@ -830,7 +830,7 @@ function (/** marked~ */marked, /** DOMPurify~ */ DOMPurify) { * * @typedef {Object} Espo.Ui~PopoverOptions * - * @property {'bottom'|'top'} [placement='bottom'] A placement. + * @property {'bottom'|'top'|'left'|'right'} [placement='bottom'] A placement. * @property {string|JQuery} [container] A container selector. * @property {string} [content] An HTML content. * @property {string} [text] A text.