1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Clear bookmarks when workspace closes + fixed bookmark jump direction

This commit is contained in:
Simon Lübeß 2022-06-09 18:41:02 +02:00
parent 09c31d5db1
commit bc286885dc
2 changed files with 47 additions and 45 deletions

View file

@ -2423,6 +2423,8 @@ namespace IDE
mBookmarksPanel.Clear();
mBookmarkManager.Clear();
OutputLine("Workspace closed.");
}