Skip to content

Commit

Permalink
Merge pull request #3095 from gdott9/turbo
Browse files Browse the repository at this point in the history
Prevent redefining 'alchemy-menubar' custom element when using Turbo
  • Loading branch information
tvdeyen authored Nov 22, 2024
2 parents a244b6b + 1f31c91 commit 0b6402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/alchemy/_menubar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</div>
</template>

<script type="module">
<script type="module" data-turbo-eval="false">
class Menubar extends HTMLElement {
constructor() {
super()
Expand Down

0 comments on commit 0b6402e

Please sign in to comment.