Fix undesireable undo behavior when deleting.

fork-5.53.8
Greyson Parrelli 2021-09-09 11:05:55 -04:00
rodzic b0d0814b88
commit c7fb343b93
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -467,7 +467,6 @@ public final class ImageEditorView extends FrameLayout {
public void deleteElement(@Nullable EditorElement editorElement) {
if (editorElement != null) {
model.pushUndoPoint();
model.delete(editorElement);
invalidate();
}