This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 689b4f623e4 docs(admin/config): resolve misconfigured aws-iam Markdown
file (#41748)
add 21b4185819e fix(ace-editor): caret drift from late font loads and
emoji widths (#41697)
No new revisions were added by this update.
Summary of changes:
.../AsyncAceEditor/AsyncAceEditor.test.tsx | 193 +++++++++++++++
.../AsyncAceEditor/emojiWidthPatch.test.ts | 190 +++++++++++++++
.../components/AsyncAceEditor/emojiWidthPatch.ts | 271 +++++++++++++++++++++
.../src/components/AsyncAceEditor/index.tsx | 81 +++++-
4 files changed, 732 insertions(+), 3 deletions(-)
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/emojiWidthPatch.test.ts
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/emojiWidthPatch.ts