refactor: Clean lint errors and organise files
This commit is contained in:
+6
-9
@@ -52,16 +52,13 @@ export class VoiceWorkspaceService {
|
||||
readonly hasCustomMiniWindowPosition = computed(() => this._hasCustomMiniWindowPosition());
|
||||
|
||||
constructor() {
|
||||
effect(
|
||||
() => {
|
||||
if (this.voiceSession.voiceSession()) {
|
||||
return;
|
||||
}
|
||||
effect(() => {
|
||||
if (this.voiceSession.voiceSession()) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.reset();
|
||||
},
|
||||
{ allowSignalWrites: true }
|
||||
);
|
||||
this.reset();
|
||||
});
|
||||
}
|
||||
|
||||
open(
|
||||
|
||||
Reference in New Issue
Block a user