feat: add context to all messages and copy option

This commit is contained in:
Anna
2022-02-04 05:02:57 -05:00
parent 7de1874a41
commit 1379a1fc7c
2 changed files with 73 additions and 51 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ internal static class ImGuiUtil {
handler?.Hover(payload);
}
if (payload == null || handler == null) {
if (handler == null) {
return;
}