fix: Replace bookmark comment Text Editor with multi-line text input

Closes #2056, Closes #2055
This commit is contained in:
WerWolv
2025-01-17 17:28:13 +01:00
parent 0b6316ea23
commit 1fa45a8c84
2 changed files with 19 additions and 25 deletions

View File

@@ -18,7 +18,6 @@ namespace hex::plugin::builtin {
private:
struct Bookmark {
ImHexApi::Bookmarks::Entry entry;
TextEditor editor;
bool highlightVisible;
};