refactor: improve code formatting and consistency in processTemplateMacros utility
This commit is contained in:
parent
8f80a4842e
commit
828d6b0279
|
@ -507,7 +507,8 @@ function processElementWithItemContext(
|
|||
$el: element,
|
||||
setState: context.setState,
|
||||
getState: context.getState,
|
||||
triggerFunc: context.triggerFunc(eventName, event)
|
||||
triggerFunc: (eventName: string, ...args: unknown[]) =>
|
||||
context.triggerFunc(eventName, ...args),
|
||||
}
|
||||
|
||||
// Execute the expression
|
||||
|
|
Loading…
Reference in New Issue
Block a user