Fix ephemeral styles not clearing properly
This commit is contained in:
parent
a1e14fab18
commit
7a9730b120
|
@ -262,6 +262,9 @@
|
|||
lastInstanceKey = instanceKey
|
||||
}
|
||||
|
||||
// Reset ephemeral state
|
||||
ephemeralStyles = null
|
||||
|
||||
// Pull definition and constructor
|
||||
const component = instance._component
|
||||
constructor = componentStore.actions.getComponentConstructor(component)
|
||||
|
|
Loading…
Reference in New Issue