Skip to content

Commit

Permalink
fix: isDocumentInit is set to true even on paste operations
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Feb 1, 2025
1 parent 184c53c commit 24bff4b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ public RhinoDocumentStore(IJsonSerializer jsonSerializer, IEventAggregator event

private async Task OnEndOpenDocument(DocumentOpenEventArgs e)
{
if (e.Merge)
{
return;
}

if (e.Document == null)
{
return;
Expand Down

0 comments on commit 24bff4b

Please sign in to comment.