Skip to content

Commit

Permalink
Blacklist InitFromArcFile to not SAVE to disc on msg call #632 This…
Browse files Browse the repository at this point in the history
… removes initial save
  • Loading branch information
Freymaurer committed Feb 20, 2025
1 parent 70d0ff3 commit 91185f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Update/SpreadsheetUpdate.fs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Spreadsheet =

//This matchcase handles undo / redo functionality
match msg with
| UpdateActiveView _ | Reset | UpdateSelectedCells _
| UpdateActiveView _ | Reset | UpdateSelectedCells _ | InitFromArcFile _
| UpdateActiveCell _ | CopySelectedCell | CopyCell _ | MoveSelectedCell _ | SetActiveCellFromSelected ->
state, model, cmd
| _ ->
Expand Down

1 comment on commit 91185f4

@Freymaurer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue transferred: ARCitect#328

Please sign in to comment.