()
| 6 | let end_space = $('#end-space'); |
| 7 | |
| 8 | export 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 | |
| 16 | export function close_input() { |
| 17 | has_input = false; |
no test coverage detected
searching dependent graphs…