We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3604f5 commit d22dd37Copy full SHA for d22dd37
src/Potato/Flow/Preview.hs
@@ -55,6 +55,7 @@ previewOperation_fromUndoFirst undoFirst = case undoFirst of
55
previewOperation_toUndoFirst :: PreviewOperation -> Bool
56
previewOperation_toUndoFirst po = case po of
57
PO_Start -> False
58
+ PO_CommitAndStart -> False
59
PO_Continue -> True
60
PO_StartAndCommit -> False
61
PO_ContinueAndCommit -> True
0 commit comments