Skip to content
Snippets Groups Projects
Commit a748fe26 authored by Sven Kästle's avatar Sven Kästle
Browse files

fix: hide and show drop down button after edit modal close

parent d8fe1301
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,9 @@ $(document).ready(function() { ...@@ -144,6 +144,9 @@ $(document).ready(function() {
card.find('.annotation-header-data-title').text(newTitle); card.find('.annotation-header-data-title').text(newTitle);
card.find('.annotation-body-text').text(newComment); card.find('.annotation-body-text').text(newComment);
// handle drop down button
showAndHideToggleButton();
// hide and clear the modal // hide and clear the modal
$('#annotation-edit-modal').modal('hide'); $('#annotation-edit-modal').modal('hide');
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment