commit | e07891194db2153cebabd43bee2e7482d5c8e53e | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Aug 31 14:32:04 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Aug 31 14:32:04 2018 +0200 |
tree | 8ac6ee994d36aa83d6091ef92e5d3855c3710326 | |
parent | e817b888da6e20cd2c1265508feffbabeae1c6e2 [diff] [blame] |
Fix mouseover for invisible annotation assistant menu below assistant bar (Again issue #55) Change-Id: I26c1c86335f65d7a08b8a446765bda318090fb3e
diff --git a/dev/js/spec/hintSpec.js b/dev/js/spec/hintSpec.js index 5c6c16f..f45496c 100644 --- a/dev/js/spec/hintSpec.js +++ b/dev/js/spec/hintSpec.js
@@ -375,7 +375,7 @@ expect(hint.active()).toBeTruthy(); // Blur - hint.active().hideWithoutDestruction(); + hint.active().hide(); expect(hint.active()).toBeFalsy(); });