aws/graph-explorer

Restoring previous graph leaves restore button present

开放

#959 创建于 2025年6月5日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (88 个派生)auto 404
good first issuequery editor

仓库指标

星标
 (456 个星标)
PR 合并指标
 (平均合并 3天 9小时) (30 天内合并 41 个 PR)

描述

Steps to reproduce

  1. Add a node to the database using query editor g.addV()
  2. Add new nodes to graph visualization
  3. Drop new node from database g.V('{id}').drop()
  4. Refresh browser
  5. Click restore previous graph button

Expected results

No nodes should be added to the graph, but the restore button should disappear. Also, a warning/soft error should be shown letting the user know that a node could not be found.

贡献者指南