Palm rejection menu button only appears if the browser supports pointer events.
This commit is contained in:
parent
a9e971cd60
commit
fc1b09b5ca
@ -864,7 +864,7 @@ class WhiteboardToolbar extends Component {
|
||||
{this.renderColorItem()}
|
||||
{this.renderUndoItem()}
|
||||
{this.renderClearAllItem()}
|
||||
{this.renderPalmRejectionItem()}
|
||||
{window.PointerEvent ? this.renderPalmRejectionItem() : null}
|
||||
{isPresenter ? this.renderMultiUserItem() : null}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user