KnowledgeCanvas / knowledge

Knowledge is a tool for saving, searching, accessing, exploring and chatting with all of your favorite websites, documents and files.
Apache License 2.0
1.32k stars 92 forks source link

[Bug]: Electron BrowserView causing issues with Window management #71

Closed RobRoyce closed 1 year ago

RobRoyce commented 1 year ago

Need to integrate Knowledge Graph into the main app, so as to stop using a modal Electron window to display it.

Also need to correctly reference the KcMainWindow properly. As of now, if another window is open, the app cannot correctly identify the main window, causing the app to behave erratically.

RobRoyce commented 1 year ago

Fixed in dbdcb293e364a4b9c6f1dcc5fd79b190d6d3c9d0. Awaiting merge.