()
| 119 | }; |
| 120 | |
| 121 | const handleRemoveCover = () => { |
| 122 | setPageCover(null); |
| 123 | |
| 124 | const block = blocks[blockId]; |
| 125 | delete block.format.page_cover; |
| 126 | |
| 127 | updateBlock(block); |
| 128 | }; |
| 129 | |
| 130 | const handleSubmitEditing = () => { |
| 131 | const value = getValue(); |
nothing calls this directly
no test coverage detected