We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155b8b5 commit bda5bb2Copy full SHA for bda5bb2
web_src/js/features/tag-editor.js renamed to web_src/js/features/tag-name-editor.js
web_src/js/index.js
@@ -90,7 +90,7 @@ import {initFormattingReplacements} from './features/formatting.js';
90
import {initCopyContent} from './features/copycontent.js';
91
import {initCaptcha} from './features/captcha.js';
92
import {initRepositoryActionView} from './components/RepoActionView.vue';
93
-import {initTagNameEditor} from './features/tag-editor.js';
+import {initTagNameEditor} from './features/tag-name-editor.js';
94
95
// Run time-critical code as soon as possible. This is safe to do because this
96
// script appears at the end of <body> and rendered HTML is accessible at that point.
0 commit comments