fix preview status switch button on wiki editr (#14742)

Signed-off-by: a1012112796 <1012112796@qq.com>
mj-v1.14.3
a1012112796 3 years ago committed by GitHub
parent ca9c1f822e
commit 39aa11f9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1521,7 +1521,7 @@ function initWikiForm() {
const $bEdit = $('.repository.wiki.new .previewtabs a[data-tab="write"]');
const $bPrev = $('.repository.wiki.new .previewtabs a[data-tab="preview"]');
const $toolbar = $('.editor-toolbar');
const $bPreview = $('.editor-toolbar a.fa-eye');
const $bPreview = $('.editor-toolbar button.preview');
const $bSideBySide = $('.editor-toolbar a.fa-columns');
$bEdit.on('click', () => {
if ($toolbar.hasClass('disabled-for-preview')) {

Loading…
Cancel
Save