clean up
This commit is contained in:
parent
3a990dce75
commit
2e80f9dfba
4 changed files with 0 additions and 15 deletions
|
|
@ -106,11 +106,6 @@ export default defineComponent({
|
|||
return;
|
||||
}
|
||||
|
||||
if (this.to.startsWith('/my/messaging')) {
|
||||
if (ColdDeviceStorage.get('chatOpenBehavior') === 'window') return this.window();
|
||||
if (ColdDeviceStorage.get('chatOpenBehavior') === 'popout') return this.popout();
|
||||
}
|
||||
|
||||
if (this.behavior) {
|
||||
if (this.behavior === 'window') {
|
||||
return this.window();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue