Skip to content

HTML tag elements added on Livewire.dispatch #515

Description

@vasiliyaltunin

When u use

<button type="button" 
    onclick="Livewire.dispatch('openModal', { component: 'modalWindow' }) class="">

In HTML tag added

style="padding-right: 0px; overflow: hidden;"

so it was:

<html lang="ru">

and become

<html lang="ru" style="padding-right: 0px; overflow: hidden;">

And my page layout shifted to right a bit.

This only happens on click with Livewire.dispatch. is there a way disable this? I did not find in Modal code any sign that it mess with HTML tag.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions