Browse Source

Fix left position of rteToolbarPosUpdate

pull/3828/head
Bernhard Miller 4 years ago
parent
commit
e88979e796
  1. 2
      src/rich_text_editor/index.js

2
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;
},
/**

Loading…
Cancel
Save