You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<CYSheet
title="Update Round"
description="Please select the round type from below:"
open={updateRoundModal}
setOpen={setUpdateRoundModal}
render={
<UpdateRound mutateOpportunity={mutateOpportunity} setUpdateRoundModal={setUpdateRoundModal} round={round} />
}
className="sm:max-w-6xl"
headerClassName="bg-zinc-50 p-4 border-b"
/>
on Update Round, I have used Ckedtor 5
Affected component/components
Dialog, Sheet
How to reproduce
To reproduce the issue:
Open a dialog that contains CKEditor 5.
Interact with CKEditor options, such as link or media.
Observe that the dialog closes unexpectedly without clicking the close button.
The link and media overlays don’t function properly, preventing their use.
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Linux, Chrome
Before submitting
I've made research efforts and searched the documentation
I've searched for existing issues
The text was updated successfully, but these errors were encountered:
Describe the bug
CYSheet.js File
I am using here
on Update Round, I have used Ckedtor 5
Affected component/components
Dialog, Sheet
How to reproduce
To reproduce the issue:
Open a dialog that contains CKEditor 5.
Interact with CKEditor options, such as link or media.
Observe that the dialog closes unexpectedly without clicking the close button.
The link and media overlays don’t function properly, preventing their use.
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Before submitting
The text was updated successfully, but these errors were encountered: