|
|
@ -29,8 +29,7 @@ class QuillNumberPoint extends StatelessWidget { |
|
|
|
Widget build(BuildContext context) { |
|
|
|
Widget build(BuildContext context) { |
|
|
|
var s = index.toString(); |
|
|
|
var s = index.toString(); |
|
|
|
int? level = 0; |
|
|
|
int? level = 0; |
|
|
|
if (!attrs.containsKey(Attribute.indent.key) && |
|
|
|
if (!attrs.containsKey(Attribute.indent.key) && indentLevelCounts.isEmpty) { |
|
|
|
indentLevelCounts.isEmpty) { |
|
|
|
|
|
|
|
indentLevelCounts.clear(); |
|
|
|
indentLevelCounts.clear(); |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
alignment: AlignmentDirectional.topEnd, |
|
|
|
alignment: AlignmentDirectional.topEnd, |
|
|
|