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

Function hideFloatbutton

src/floatbutton/init.ts:105–116  ·  view source on GitHub ↗
(instant = false)

Source from the content-addressed store, hash-verified

103}
104
105export function hideFloatbutton(instant = false) {
106 if (instant) {
107 j.$('.floatbutton').fadeOut();
108 return;
109 }
110 if (!floatDebounce) {
111 floatDebounce = setTimeout(() => {
112 floatDebounce = null;
113 j.$('.floatbutton').fadeOut();
114 }, 500);
115 }
116}

Callers 2

setSearchObjMethod · 0.90
floatClickFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected