Skip to content

Commit

Permalink
merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Jan 3, 2025
1 parent 7abebb6 commit 9d4553a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl GridController {
sheet_rect: &SheetRect,
) -> Result<()> {
if (cfg!(target_family = "wasm") || cfg!(test)) && !transaction.is_server() {
self.send_updated_bounds_rect(sheet_rect, false);
self.send_updated_bounds(sheet_rect.sheet_id);
transaction.add_dirty_hashes_from_sheet_rect(*sheet_rect);

if transaction.is_user() {
Expand Down

0 comments on commit 9d4553a

Please sign in to comment.