feat(core): add actions to editor settings (#8030)
# What Changed? - Add actions of following edgeless-elements editor settings: - note - connector - edgeless text - pen
This commit is contained in:
@@ -19,7 +19,6 @@ import { UserQuotaChanged } from '../../cloud/services/user-quota';
|
||||
export class TelemetryService extends Service {
|
||||
private prevQuota: NonNullable<QuotaQuery['currentUser']>['quota'] | null =
|
||||
null;
|
||||
private readonly disposables: (() => void)[] = [];
|
||||
|
||||
constructor(
|
||||
private readonly auth: AuthService,
|
||||
|
||||
Reference in New Issue
Block a user