소스 검색

Fix wiki preview (#14515)

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.13.2
Lunny Xiao 3 년 전
부모
커밋
9569607abb
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js 파일 보기

@@ -1359,7 +1359,7 @@ function initWikiForm() {
const $editArea = $('.repository.wiki textarea#edit_area');
let sideBySideChanges = 0;
let sideBySideTimeout = null;
if ($editArea.length > 0 && isMobile) {
if ($editArea.length > 0 && isMobile()) {
$editArea.css('display', 'inline-block');
return;
}

Loading…
취소
저장