()
| 181 | } |
| 182 | |
| 183 | async function tossLeftover () { |
| 184 | if (window.selectedItem) { |
| 185 | await clickWindow(-999, 0, 0) |
| 186 | } |
| 187 | } |
| 188 | } |
| 189 | |
| 190 | async function activateBlock (block, direction, cursorPos) { |
no test coverage detected
searching dependent graphs…