Fix comments

This commit is contained in:
Ming Ming 2021-07-02 19:53:32 +08:00
parent 1cfb849cea
commit e5ce085f28

View file

@ -65,7 +65,7 @@ mixin SelectableItemStreamListMixin<T extends StatefulWidget>
@required Widget child,
}) {
if (platform_k.isWeb) {
// support switching pages with keyboard on web
// support shift+click group selection on web
return RawKeyboardListener(
onKey: (ev) {
_isRangeSelectionMode = ev.isShiftPressed;