Update the placeholder under the cursor first.
This commit is contained in:
parent
aec31c199e
commit
c7b63d148c
1 changed files with 1 additions and 1 deletions
|
|
@ -336,8 +336,8 @@ class Summary:
|
||||||
def _sweep_combined(self, x, y):
|
def _sweep_combined(self, x, y):
|
||||||
for up_result, down_result in zip(self._sweep_up(x, y),
|
for up_result, down_result in zip(self._sweep_up(x, y),
|
||||||
self._sweep_down(x, y)):
|
self._sweep_down(x, y)):
|
||||||
yield up_result
|
|
||||||
yield down_result
|
yield down_result
|
||||||
|
yield up_result
|
||||||
|
|
||||||
async def _placeholder_sweep(self):
|
async def _placeholder_sweep(self):
|
||||||
x, y = self.cursor_position()
|
x, y = self.cursor_position()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue