Skip to content

Commit 5276fc7

Browse files
committed
Removes the event from bubbling, not sure there is a valid reason to
1 parent 03e09a3 commit 5276fc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-text-copy/lib/UUITextCopyEvent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export class UUITextCopyEvent extends UUIEvent<
1414

1515
constructor(evName: string, eventInit: UUITextCopyEventInit = {}) {
1616
super(evName, {
17-
...{ bubbles: true },
1817
...eventInit,
1918
});
2019
}

0 commit comments

Comments
 (0)