Преглед на файлове

:bug: 没有焦点时浏览器报错

visuddhinanda@gmail.com преди 4 години
родител
ревизия
9d44a1aa0e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      public/app/article/article.js

+ 1 - 0
public/app/article/article.js

@@ -395,6 +395,7 @@ function palicanon_load() {
 						$("#article_author").html(result.username.nickname + "@" + result.username.username);
 						$("#article_author").html(result.username.nickname + "@" + result.username.username);
 						$("#contents").html(note_init(result.content));
 						$("#contents").html(note_init(result.content));
 						note_refresh_new(function () {
 						note_refresh_new(function () {
+                            if(document.querySelector("#para_focus")){
 							document.querySelector("#para_focus").scrollIntoView({
 							document.querySelector("#para_focus").scrollIntoView({
 								block: "end",
 								block: "end",
 								behavior: "smooth",
 								behavior: "smooth",