(self)
| 316 | }) |
| 317 | |
| 318 | def _paste_clipboard(self) -> None: |
| 319 | if not self._clipboard: |
| 320 | return |
| 321 | self._start_paste_ghost() |
| 322 | |
| 323 | def _start_paste_ghost(self) -> None: |
| 324 | """Enter paste-ghost mode: clipboard items follow the cursor, click to place.""" |
no test coverage detected