mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Fix comments
This commit is contained in:
parent
1cfb849cea
commit
e5ce085f28
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue