Skip to content

Commit

Permalink
fix whole sheet copying from preexisting workbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyagusev committed Dec 16, 2019
1 parent 431190a commit 795ec40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BookFx/Cores/BookCoreExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ internal static class BookCoreExt
.Bind(x => x.Box)
.Bind(x => x.Protos())
.Map(x => x.Book)
.Union(book.Sheets.Bind(x => x.ProtoBook))
.Distinct();
}
}

0 comments on commit 795ec40

Please sign in to comment.