make the comment make sense

This commit is contained in:
Half-Shot 2025-06-23 09:37:07 +01:00
parent 9f7359e0a4
commit 3f39741d22

View File

@ -419,7 +419,8 @@ export function haveRendererForEvent(
return false;
}
// Check to see if a renderer is registered for this event
// Check to see if we have any hints for this message, which indicates
// there is a custom renderer for the event.
if (ModuleApi.customComponents.getHintsForMessage(mxEvent)) {
return true;
}