add browserUrl.

This commit is contained in:
Miroslav Šedivý 2020-12-13 23:24:21 +01:00
parent ed31b7de70
commit 67405da3aa

View File

@ -286,6 +286,11 @@
this.api.admin.membersDelete({ memberId })
}
// TODO: Refactor.
public browserUrl(url: string) {
this.websocket.send('browser/url', { url })
}
/////////////////////////////
// Component lifecycle
/////////////////////////////