mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
Chat: Don't rely on global pad
variable
This commit is contained in:
parent
d5583559c0
commit
2dfb1c494b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ exports.chat = (() => {
|
||||||
},
|
},
|
||||||
// Make chat stick to right hand side of screen
|
// Make chat stick to right hand side of screen
|
||||||
stickToScreen(fromInitialCall) {
|
stickToScreen(fromInitialCall) {
|
||||||
if (pad.settings.hideChat) {
|
if (this._pad.settings.hideChat) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.show();
|
this.show();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue