Skip to content

Commit 6a77b32

Browse files
committed
Add comment
2 parents b78d5c7 + 28bfa85 commit 6a77b32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/fourc_webviewer/fourc_webserver.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,10 @@ def on_sections_change(self, general_sections, **kwargs):
11371137
return False
11381138

11391139
def on_leave_edit_field(self):
1140-
"""Reaction to user leaving the field."""
1140+
"""Reaction to user leaving the field.
1141+
1142+
Currently only supported for the general sections.
1143+
"""
11411144
# also gets called when a new file is loaded
11421145
# basically just sets the state based on server_vars
11431146
self.init_general_sections_state_and_server_vars()

0 commit comments

Comments
 (0)