LoginSignup
0
0

More than 5 years have passed since last update.

Rails + Materialize でCollapsibleの不具合を直した

Posted at

Rails + Materializeで不具合が起きた

Materializeの collapsible を使っていたのですが、
たまに開閉ができなくなる(開いても勝手にすぐ閉じて開けない)不具合が起きました。

解決

scriptタグを<body>の一番下から<head>に移動させた。

これ⬇︎

<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>

原因

おそらくRailsTurbolinksが絡んでいたんだと思う。。

参考

Turbolinksをオフしないためにやった事

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