mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix undesireable undo behavior when deleting.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user