Use stop propagation to prevent card closing

This commit is contained in:
Caleb Owens 2024-05-03 19:14:24 +01:00
parent f8109368f3
commit 6982909689

View File

@ -93,7 +93,7 @@
let description = '';
function openCommitMessageModal(e: Event) {
e.preventDefault();
e.stopPropagation();
description = commit.description;