hoverpanel: add dismiss() trace logging (debug)
This commit is contained in:
parent
249c95abb8
commit
7b06d13fd2
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ PanelWindow {
|
|||
}
|
||||
|
||||
function dismiss() {
|
||||
console.log("HoverPanel.dismiss ns=" + panelNamespace + " popup=" + popupMode + " grace=" + _grace + " showPanel=" + showPanel + " pinned=" + _pinned);
|
||||
_pinned = false;
|
||||
showAnim.stop();
|
||||
hideAnim.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue