Fixes showing etherpad in follow-me mode.
This commit is contained in:
parent
a35099f949
commit
5cafc4bcbd
|
@ -139,7 +139,6 @@ function _onFollowMeCommand(attributes = {}, id, store) {
|
|||
// For now gate etherpad checks behind a web-app check to be extra safe
|
||||
// against calling a web-app global.
|
||||
if (typeof APP !== 'undefined'
|
||||
&& state['features/etherpad'].initialized
|
||||
&& oldState.sharedDocumentVisible !== attributes.sharedDocumentVisible) {
|
||||
const isEtherpadVisible = attributes.sharedDocumentVisible === 'true';
|
||||
const documentManager = APP.UI.getSharedDocumentManager();
|
||||
|
|
Loading…
Reference in New Issue