Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Dijit-heavy 应用程序中分析 GoJS 的交互时,我一遍又一遍地看到相同的用户交互堆栈——这导致 UI 挂起大约 10 秒。
.expandSubGraph应该只调用一次,因为它是一个用户交互。
.expandSubGraph
但是,如果我在该堆栈内的函数上放置一个断点,则该断点只会被命中一次。
如果我在应用程序之外使用 GoJS,并使用相同的数据,进行相同的交互,我看不到堆栈重复 - 这是我所期望的。
什么可能导致这种情况?流氓事件处理程序?谢谢!