feat: prevent the new loaded event from bubbling all the way to the top
This commit is contained in:
@@ -2,6 +2,6 @@ export class UmbCodeEditorLoadedEvent extends Event {
|
||||
public static readonly TYPE = 'loaded';
|
||||
|
||||
public constructor() {
|
||||
super(UmbCodeEditorLoadedEvent.TYPE, { bubbles: true, composed: true, cancelable: false });
|
||||
super(UmbCodeEditorLoadedEvent.TYPE, { bubbles: true, cancelable: false });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user