mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
Use stop propagation to prevent card closing
This commit is contained in:
parent
f8109368f3
commit
6982909689
@ -93,7 +93,7 @@
|
|||||||
let description = '';
|
let description = '';
|
||||||
|
|
||||||
function openCommitMessageModal(e: Event) {
|
function openCommitMessageModal(e: Event) {
|
||||||
e.preventDefault();
|
e.stopPropagation();
|
||||||
|
|
||||||
description = commit.description;
|
description = commit.description;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user