|
@@ -1812,14 +1812,10 @@ export default {
|
1812
|
1812
|
},
|
1813
|
1813
|
|
1814
|
1814
|
/**
|
1815
|
|
- * Toggles the local "raised hand" status, if the current state allows
|
1816
|
|
- * toggling.
|
|
1815
|
+ * Toggles the local "raised hand" status.
|
1817
|
1816
|
*/
|
1818
|
1817
|
maybeToggleRaisedHand() {
|
1819
|
|
- // If we are the dominant speaker, we don't enable "raise hand".
|
1820
|
|
- if (this.isHandRaised || !this.isDominantSpeaker) {
|
1821
|
|
- this.setRaisedHand(!this.isHandRaised);
|
1822
|
|
- }
|
|
1818
|
+ this.setRaisedHand(!this.isHandRaised);
|
1823
|
1819
|
},
|
1824
|
1820
|
|
1825
|
1821
|
/**
|