For example, in this block: ```python with clip.capture() as s: actions.edit.copy() return s.get() ``` If the copied text is the same as the existing text in the clipboard, it will produce an error because it thinks there is no new text.
For example, in this block:
If the copied text is the same as the existing text in the clipboard, it will produce an error because it thinks there is no new text.