Various fixes

This commit is contained in:
Ilya Laktyushin
2023-06-25 04:34:34 +02:00
parent 6389d9040d
commit c302b7d4a5
13 changed files with 583 additions and 393 deletions

View File

@@ -746,6 +746,9 @@ public extension MediaEditorValues {
if self.drawing != nil {
return true
}
if !self.entities.isEmpty {
return true
}
return false
}
}