Init popup for new code comment (#20234) (#20235)

- Backport #20234
 
  - Initialize the popup for the tooltip inside the new code comment.
  - This works and is good enough to have this issue fixed for 1.17
 
Fix #20068
This commit is contained in:
Gusted 2022-07-05 14:29:04 +02:00 committed by GitHub
parent 35fd55c7df
commit f42fc3b287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 9 deletions

View file

@ -55,6 +55,7 @@ import {
initGlobalEnterQuickSubmit,
initGlobalFormDirtyLeaveConfirm,
initGlobalLinkActions,
initGlobalPopups,
initHeadNavbarContentToggle,
} from './features/common-global.js';
import {initRepoTopicBar} from './features/repo-home.js';
@ -99,6 +100,7 @@ initVueEnv();
$(document).ready(() => {
initGlobalCommon();
initGlobalPopups();
initGlobalButtonClickOnEnter();
initGlobalButtons();
initGlobalCopyToClipboardListener();