Skip to content

Commit 4e159b4

Browse files
committed
fixed
1 parent 833f271 commit 4e159b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/Yaml/YamlViewButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const YamlViewButton: FC<YamlViewButtonProps> = ({ resourceObject }) => {
2323
<Dialog
2424
open={isOpen}
2525
stretch
26+
onClick={(e) => e.stopPropagation()}
2627
footer={
2728
<Bar
2829
design="Footer"

src/components/Yaml/YamlViewButtonWithLoader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const YamlViewButtonWithLoader: FC<YamlViewButtonProps> = ({
2323
<Dialog
2424
open={isOpen}
2525
stretch
26+
onClick={(e) => e.stopPropagation()}
2627
footer={
2728
<Bar
2829
design="Footer"

0 commit comments

Comments
 (0)