MCPcopy Index your code
hub / github.com/MALSync/MALSync / showFloatbutton

Function showFloatbutton

src/floatbutton/init.ts:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

setSearchObjMethod · 0.90
floatClickFunction · 0.90
initFloatButtonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected