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:
akumatus
2024-09-02 14:23:04 +00:00
parent e1310b65cd
commit 2e37ee0e33
14 changed files with 619 additions and 353 deletions

View File

@@ -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,