Skip to content

Commit cd1ae8c

Browse files
authored
fix(application): remove dupe cssChanged event handler definition (#10892)
1 parent 9db6369 commit cd1ae8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/core/application/application-common.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ interface ApplicationEvents {
9797
*/
9898
on(event: 'livesync', callback: (args: ApplicationEventData) => void, thisArg?: any): void;
9999

100-
/**
101-
* This event is raised when application css is changed.
102-
*/
103-
on(event: 'cssChanged', callback: (args: CssChangedEventData) => void, thisArg?: any): void;
104-
105100
/**
106101
* This event is raised on application launchEvent.
107102
*/

0 commit comments

Comments
 (0)