We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
splitpanes
1 parent c61a3ff commit 32f64c5Copy full SHA for 32f64c5
packages/devtools/src/app/components/flowmap/ModuleFlowDetails.vue
@@ -78,7 +78,7 @@ function handleClose() {
78
:active="settings.codeviewerLineWrap"
79
@click="settings.codeviewerLineWrap = !settings.codeviewerLineWrap"
80
/>
81
- <DisplayCloseButton @click="handleClose" />
+ <DisplayCloseButton @click.stop="handleClose" />
82
</div>
83
<CodeDiffEditor
84
:from="codeDisplay?.from ?? ''"
0 commit comments