How to select all of a multi-line code block in the Android app?

I have blocks that look like this:

- Some name
```
foo
bar
baz
```

I want to be able to copy the whole contents of the code. Normally I would long-press, Select All, long-press again, Copy. But on the second long-press Logseq deselects the block and selects only the current line. Is there a trick I’m missing?