{@inheritDoc}
()
| 361 | * {@inheritDoc} |
| 362 | */ |
| 363 | @Override |
| 364 | protected void basicRemove() { |
| 365 | final DomNode parent = getParentNode(); |
| 366 | super.basicRemove(); |
| 367 | |
| 368 | if (parent != null && isSelected()) { |
| 369 | // update selection and size if needed |
| 370 | parent.onAllChildrenAddedToPage(false); |
| 371 | } |
| 372 | } |
| 373 | } |
nothing calls this directly
no test coverage detected