Live Edit not refreshing on HTML attribute edit
Hi there:)
I have discovered that when I change for example
<p>Hello World</p>
to
<p>Hi there!</p>
LiveEdit updates page automatically as it has to.
But if for example I change
<p>Hello World</p>
to
<p class="text-justify">Hello World</p>
or
<h1>Hello World</h1>
Update does not happen. It only does if I edit actual content anywhere (after edit both attributes and content are updated). So
<p class="text-justify">Hello World</p> 1
And then removing "1" causes an update.
Am I not understanding something or am I doing something wrong?
Webstorm 2019.1, JetBrains IDE Support 2.0.10, macOS Mojave 10.14.3.
Will appreciate any help!
Please sign in to leave a comment.
It's a known issue, please follow https://youtrack.jetbrains.com/issue/WEB-37449 for updates