remove duplicate call to getTextSpan
This commit is contained in:
parent
b1f479daae
commit
0b302a1ed6
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ class PangeaRichTextState extends State<PangeaRichText> {
|
|||
@override
|
||||
void didUpdateWidget(PangeaRichText oldWidget) {
|
||||
super.didUpdateWidget(oldWidget);
|
||||
textSpan = getTextSpan(context);
|
||||
setState(() => textSpan = getTextSpan(context));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue