- Исправлена ошибка R1705 pylint: удален лишний 'else' после 'return' в методе click_sub_item - Улучшена логика извлечения текста для элементов навигации: + node_texts = node_text.splitlines() + if len(node_texts) > 1: + node_text = node_texts[1] |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| alert_component.py | ||
| base_component.py | ||
| card_component.py | ||
| confirm_component.py | ||
| date_picker_component.py | ||
| dropdown_list_component.py | ||
| eventbar_component.py | ||
| events_container_component.py | ||
| json_container_component.py | ||
| modal_window_component.py | ||
| navbar_component.py | ||
| table_component.py | ||
| toolbar_component.py | ||