MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / show_input

Function show_input

webiojs/src/ui.ts:8–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6let end_space = $('#end-space');
7
8export function show_input() {
9 close_input();
10 has_input = true;
11 if (($(window).height() - input_panel[0].getBoundingClientRect().top < input_min_fixed_height() - 40)) {
12 toggle_input_panel_style(true);
13 }
14}
15
16export function close_input() {
17 has_input = false;

Callers 1

_after_show_formMethod · 0.90

Calls 4

close_inputFunction · 0.85
input_min_fixed_heightFunction · 0.85
toggle_input_panel_styleFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…