LoginSignup
0
0

More than 3 years have passed since last update.

プレビュー条件分岐

Posted at

preview.js:3 Uncaught TypeError: Cannot read property 'addEventListener' of null
at HTMLDocument. (preview.js:3)
(anonymous) @ preview.js:3

"image-list"というidがnewとeditのみ存在するため、indexではこのようなエラーが発生する

そこで
if (document.URL.match(/new/) || document.URL.match(/edit/)) {

(ここに中身を記述)

}

を加えることで、解消される

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0