ui: improve git notes
This commit is contained in:
parent
298863c701
commit
f5c0570533
3 changed files with 9 additions and 8 deletions
|
@ -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');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue