mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: clean unnecessary todos (#3018)
This commit is contained in:
parent
778e462523
commit
1f720efc8a
@ -99,7 +99,6 @@ void main() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(Lucas.Xu): there're no shorctcuts for underline, format code yet.
|
|
||||||
const _sample = r'''
|
const _sample = r'''
|
||||||
# Heading 1
|
# Heading 1
|
||||||
## Heading 2
|
## Heading 2
|
||||||
|
@ -165,7 +165,7 @@ class OutlineItemWidget extends StatelessWidget {
|
|||||||
final style = textStyle.href.combine(textStyle.text);
|
final style = textStyle.href.combine(textStyle.text);
|
||||||
return FlowyHover(
|
return FlowyHover(
|
||||||
style: HoverStyle(
|
style: HoverStyle(
|
||||||
hoverColor: Colors.grey.withOpacity(0.2), // TODO: use theme color.
|
hoverColor: Theme.of(context).hoverColor,
|
||||||
),
|
),
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: () => updateBlockSelection(context),
|
onTap: () => updateBlockSelection(context),
|
||||||
|
Loading…
Reference in New Issue
Block a user