|
@@ -1102,6 +1102,11 @@ extension KMLeftSideViewController {
|
|
|
if annotationArray.contains(annotation) {
|
|
|
annotationArray.removeObject(annotation)
|
|
|
}
|
|
|
+ } else if annotation.isForm() {
|
|
|
+ annos.removeObject(annotation)
|
|
|
+ if annotationArray.contains(annotation) {
|
|
|
+ annotationArray.removeObject(annotation)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|