Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

弹窗内使用Editor聚焦和回车就会报错 #5864

Open
SplitterChan opened this issue May 20, 2024 · 1 comment
Open

弹窗内使用Editor聚焦和回车就会报错 #5864

SplitterChan opened this issue May 20, 2024 · 1 comment

Comments

@SplitterChan
Copy link

企业微信20240520-200341@2x 这是代码 `
`
@SplitterChan
Copy link
Author

<a-modal :title="current?.label" :visible="visible" @update:visible="visible => emits('update:visible', visible)"
    width="1000px">
    <div style="border: 1px solid #ccc">
        <Toolbar style="border-bottom: 1px solid #ccc" :editor="editorRef" :default-config="toolbarConfig" />
        <Editor style="height: 500px" v-model="editorTxt" :default-config="editorConfig" @onCreated="handleCreated"
            mode="default" />
    </div>
</a-modal>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant