diff --git a/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/presenter/slots/NestedSlot.java b/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/presenter/slots/NestedSlot.java index 3aa806f6a4..30e96b9256 100644 --- a/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/presenter/slots/NestedSlot.java +++ b/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/presenter/slots/NestedSlot.java @@ -26,7 +26,7 @@ * @see: https://github.com/ArcBees/GWTP/wiki/Presenter-%22Slots%22 */ public class NestedSlot extends GwtEvent.Type> - implements IsSingleSlot> { + implements IsSingleSlot>, RemovableSlot> { @Override public boolean isPopup() { return false;