Fix commentpreview instantclick issue (#19393)

This commit is contained in:
Ben Halpern 2023-04-26 11:38:43 -04:00 committed by GitHub
parent 7a9d71666f
commit 7bcd34c45d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ initializeNotifications();
initializeDateHelpers();
InstantClick.on('change', () => {
initializeCommentDate();
initializeCommentPreview();
initializeNotifications();
});