mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 12:13:37 +08:00
FIX: incorrect interpolation was limiting to 1 dispatch / component (#14470)
This commit is contained in:
parent
a1745e05ae
commit
fc432a9cab
|
@ -1461,7 +1461,8 @@ class PluginApi {
|
|||
this.modifyClass(
|
||||
`component:${mountedComponent}`,
|
||||
{
|
||||
pluginId: `#{mountedComponent}/#{widgetKey}/#{appEvent}`,
|
||||
pluginId: `${mountedComponent}/${widgetKey}/${appEvent}`,
|
||||
|
||||
didInsertElement() {
|
||||
this._super();
|
||||
this.dispatch(appEvent, widgetKey);
|
||||
|
|
Loading…
Reference in New Issue
Block a user