141142143144145146147148149150151
{ performDirectEdit(textPart); } else { ImagePart imagePart = getImagePart(pt); if (imagePart != null) { invokeDoubleTapAction(imagePart); } }
212213214215216217218219220221222223
{ performDirectEdit(textPart); } else { ImagePart imagePart = getImagePart(pt); if (imagePart != null && !imagePart.getAction(DOUBLE_TAB_ACTION).getActiveHandlers().isEmpty()) { invokeDoubleTapAction(imagePart); } else {