feat: add context to all messages and copy option
This commit is contained in:
@@ -18,7 +18,7 @@ internal static class ImGuiUtil {
|
||||
handler?.Hover(payload);
|
||||
}
|
||||
|
||||
if (payload == null || handler == null) {
|
||||
if (handler == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user