ui: improve git notes

This commit is contained in:
0ko 2024-11-19 10:27:57 +05:00
parent 298863c701
commit f5c0570533
3 changed files with 9 additions and 8 deletions

View file

@ -38,7 +38,6 @@ export function initCommitNotes() {
const notesAddButton = document.getElementById('commit-notes-add-button');
if (notesAddButton !== null) {
notesAddButton.addEventListener('click', () => {
notesAddButton.classList.add('tw-hidden');
document.getElementById('commit-notes-add-area').classList.remove('tw-hidden');
});
}