Skip to content

Commit c5d9417

Browse files
author
shrey
committed
minor spacing
1 parent cd2bebb commit c5d9417

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

datashuttle/tui/tabs/create_folders.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,12 @@ def on_clickable_input_clicked(
162162
else:
163163

164164
async def _on_clickable_input_clicked():
165+
165166
input_box = self.query_one(f"#{input_id}")
166167
spinner = CustomSpinner(id="input_suggestion_spinner")
167168
input_box.mount(spinner)
168169
input_box.disabled = True
170+
169171
worker = self.fill_input_with_next_sub_or_ses_template(
170172
prefix,
171173
input_id,
@@ -174,6 +176,7 @@ async def _on_clickable_input_clicked():
174176
],
175177
)
176178
await worker.wait()
179+
177180
spinner.remove()
178181
input_box.disabled = False
179182

0 commit comments

Comments
 (0)