Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
null after delete
  • Loading branch information
dnfield committed Aug 31, 2022
commit e542feda8c5df62f67ba3ea0ced8b7581b4ddf1d
1 change: 1 addition & 0 deletions lib/web_ui/lib/src/engine/canvaskit/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ class CkParagraph extends SkiaObject<SkParagraph> implements ui.Paragraph {
@override
void delete() {
_skParagraph?.delete();
_skParagraph = null;
}

@override
Expand Down