Fix commentpreview instantclick issue (#19393)
This commit is contained in:
parent
7a9d71666f
commit
7bcd34c45d
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ initializeNotifications();
|
|||
initializeDateHelpers();
|
||||
|
||||
InstantClick.on('change', () => {
|
||||
initializeCommentDate();
|
||||
initializeCommentPreview();
|
||||
initializeNotifications();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue