Palm rejection menu button only appears if the browser supports pointer events.

This commit is contained in:
Jonathan Schilling 2020-09-23 17:29:24 +00:00 committed by Jonathan S
parent a9e971cd60
commit fc1b09b5ca

View File

@ -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>