tooltips: Make tooltip for saved snippets consistent with other buttons.

This commit is contained in:
Alya Abbott
2025-01-30 23:42:18 -08:00
committed by Tim Abbott
parent 8422a588ab
commit a7ab90bf69
4 changed files with 8 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ function item_click_callback(
}
dropdown.hide();
// Get target textarea where the "Insert saved snippet" button is clicked.
// Get target textarea where the "Add saved snippet" button is clicked.
const $target_element = $(dropdown.reference);
let $target_textarea: JQuery<HTMLTextAreaElement>;
let edit_message_id: string | undefined;