Procházet zdrojové kódy

fix(ToolbarToggler): remove call overlay from the timeout check

Remove check for the call overlay being visible in postponing
the toolbar being hidden, as we don't want to have it displayed at all
when the overlay is there.
j8
paweldomas před 8 roky
rodič
revize
687b0cad8e
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      modules/UI/toolbars/ToolbarToggler.js

+ 0
- 1
modules/UI/toolbars/ToolbarToggler.js Zobrazit soubor

@@ -35,7 +35,6 @@ function hideToolbar(force) { // eslint-disable-line no-unused-vars
35 35
     toolbarTimeoutObject = null;
36 36
 
37 37
     if (Toolbar.isHovered()
38
-            || APP.UI.isRingOverlayVisible()
39 38
             || SideContainerToggler.isVisible()) {
40 39
         toolbarTimeoutObject = setTimeout(hideToolbar, toolbarTimeout);
41 40
     } else {

Načítá se…
Zrušit
Uložit