()
| 97 | let floatDebounce; |
| 98 | |
| 99 | export function showFloatbutton() { |
| 100 | clearTimeout(floatDebounce); |
| 101 | floatDebounce = null; |
| 102 | j.$('.floatbutton').fadeIn(); |
| 103 | } |
| 104 | |
| 105 | export function hideFloatbutton(instant = false) { |
| 106 | if (instant) { |
no outgoing calls
no test coverage detected