Przeglądaj źródła

Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler

j8
Lyubomir Marinov 9 lat temu
rodzic
commit
03152d65ab
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      modules/UI/util/UIUtil.js

+ 4
- 0
modules/UI/util/UIUtil.js Wyświetl plik

2
 
2
 
3
 import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
3
 import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
4
 
4
 
5
+/**
6
+ * The 'TOOLTIP_POSITIONS' constant indicates what 'gravity' option should be 
7
+ * passed into AUI tooltip plugin using desired position of the tooltip
8
+ */
5
 const TOOLTIP_POSITIONS = {
9
 const TOOLTIP_POSITIONS = {
6
     'top': 's',
10
     'top': 's',
7
     'left': 'e',
11
     'left': 'e',

Ładowanie…
Anuluj
Zapisz