vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Hide selected layer in timeline will cause all layers unhoverable due to error #2108

Closed Azurewarth0920 closed 9 months ago

Azurewarth0920 commented 1 year ago

Vue devtools version

6.5.0

Link to minimal reproduction

screenshots

Steps to reproduce & screenshots

https://github.com/vuejs/devtools/assets/22590005/cb357e94-deb7-47d7-a9e4-5de6ac9b2757

What is expected?

Layers can be hovered.

What is actually happening?

The status should be reset if selected layer is hidden.

System Info

System:
    OS: macOS 13.3.1
    CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 6.42 GB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 16.14.2 - ~/.nodenv/versions/16.14.2/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 8.5.0 - ~/.nodenv/versions/16.14.2/bin/npm
  Browsers:
    Chrome: 117.0.5938.92
    Safari: 16.4

Any additional comments?

No response