Merge branch 'fix'
This commit is contained in:
@ -645,7 +645,7 @@ InlineSpan buildContent(
|
|||||||
'',
|
'',
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
Uri uri = Uri.parse(matchStr);
|
Uri uri = Uri.parse(matchStr.replaceAll('/?', '?'));
|
||||||
SchemeEntity scheme = SchemeEntity(
|
SchemeEntity scheme = SchemeEntity(
|
||||||
scheme: uri.scheme,
|
scheme: uri.scheme,
|
||||||
host: uri.host,
|
host: uri.host,
|
||||||
|
Reference in New Issue
Block a user