Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
This commit is contained in:
commit
4569970bc4
|
@ -3,8 +3,8 @@
|
|||
import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
|
||||
|
||||
/**
|
||||
* The 'TOOLTIP_POSITIONS' constant indicates what 'gravity' option should be
|
||||
* passed into AUI tooltip plugin using desired position of the tooltip
|
||||
* The 'TOOLTIP_POSITIONS' constant indicates a value of 'gravity' option
|
||||
* to be passed to AUI Tooltip plugin based on the desired tooltip position
|
||||
*/
|
||||
const TOOLTIP_POSITIONS = {
|
||||
'top': 's',
|
||||
|
|
Loading…
Reference in New Issue