mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
tooltips: Make tooltip for saved snippets consistent with other buttons.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user