Skip to content

Commit 4ad9345

Browse files
00karthikKarthik
and
Karthik
authored
Add note button (#54)
* Add popup on hover profile link * Remove disbale fron add note button on successful note add Co-authored-by: Karthik <[email protected]>
1 parent 020a36b commit 4ad9345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function createPrivateNoteAddButton() {
131131
repoOwner,
132132
noteVisibility: true,
133133
});
134-
134+
button.disabled = false;
135135
allNotes.push(newlyCreatedNote);
136136
while (
137137
nearestBox.nextElementSibling &&

0 commit comments

Comments
 (0)