MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / close_input

Function close_input

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

Source from the content-addressed store, hash-verified

14}
15
16export function close_input() {
17 has_input = false;
18 if (input_panel.hasClass('fixed')) {
19 input_panel.removeClass('fixed');
20 }
21 input_panel.height('unset');
22 end_space.height(0);
23}
24
25
26function input_min_fixed_height() { // 返回当前的输入panel的最小高度

Callers 2

handle_messageMethod · 0.90
show_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…