From e88979e7965832468b73edee8214d6a3ba047204 Mon Sep 17 00:00:00 2001 From: Bernhard Miller Date: Mon, 27 Sep 2021 20:59:24 +0200 Subject: [PATCH] Fix left position of rteToolbarPosUpdate --- src/rich_text_editor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rich_text_editor/index.js b/src/rich_text_editor/index.js index d523c598c..fe9afc135 100644 --- a/src/rich_text_editor/index.js +++ b/src/rich_text_editor/index.js @@ -281,7 +281,7 @@ export default () => { }); style.top = pos.top + un; - style.left = 0 + un; + style.left = pos.left + un; }, /**