Skip to content

Vuex: keep inspected mutation selected if there is a new mutation #925

@robokozo

Description

@robokozo

Version

5.0.3

Browser and OS info

Chrome / Windows 10

Steps to reproduce

  1. Create a Vuex enabled App
  2. In a created component, create an setInterval that updates the state via a mutation at a regular interval
  3. Try to inspect the Vuex state

What is expected?

If an entry in the vuex log is explicitly clicked on to be inspected, it shouldn't be changed due to a mutation.

What is actually happening?

When a mutation occurs the 'inspected' Vuex item is updated to the latest value


I added a screen capture of what is occurring here: https://imgur.com/a/QfKAI9N

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions