emoji: Migrate popover from Bootstrap to Tippy.

Fixes part of #23632.
This commit is contained in:
Daniil Fadeev
2023-08-25 13:19:43 +03:00
committed by Tim Abbott
parent 8fc4d99e33
commit 82ca794f94
11 changed files with 140 additions and 104 deletions

View File

@@ -101,7 +101,7 @@ message_lists.current = {
},
selected_row() {
const $row = $.create("selected-row-stub");
$row.set_find_results(".actions_hover", []);
$row.set_find_results(".message-actions-menu-button", []);
return $row;
},
selected_message() {