object-visualizer icon indicating copy to clipboard operation
object-visualizer copied to clipboard

support flash node when node change

Open tjx666 opened this issue 2 years ago • 0 comments

For object:

{
    obj: {
        age: 18
    }
}

When the age change to 20:

  • if obj is folded, the node obj should be flashed
  • if obj is not folded, the node age: 18 should be flashed

tjx666 avatar Jun 06 '22 16:06 tjx666