File tree Expand file tree Collapse file tree 6 files changed +174
-86
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 6 files changed +174
-86
lines changed Original file line number Diff line number Diff line change @@ -227,4 +227,4 @@ DEPENDENCIES
227
227
screengrab
228
228
229
229
BUNDLED WITH
230
- 2.6.5
230
+ 2.6.6
Original file line number Diff line number Diff line change @@ -604,11 +604,7 @@ class CurrentIndexCubit extends Cubit<CurrentIndex> {
604
604
return handler;
605
605
}
606
606
607
- void resetReleaseHandler (DocumentBloc bloc) {
608
- if (state.temporaryState == TemporaryState .removeAfterRelease) {
609
- resetTemporaryHandler (bloc, true );
610
- }
611
- }
607
+ void resetReleaseHandler (DocumentBloc bloc) => resetTemporaryHandler (bloc);
612
608
613
609
void resetTemporaryHandler (DocumentBloc bloc, [bool force = false ]) {
614
610
if (state.temporaryHandler == null ) {
Original file line number Diff line number Diff line change @@ -155,10 +155,7 @@ class _MainViewViewportState extends State<MainViewViewport>
155
155
if (nextPointerIndex <= 0 ) {
156
156
cubit.changeTemporaryHandlerMove ();
157
157
} else {
158
- await cubit.changeTemporaryHandlerIndex (
159
- context,
160
- nextPointerIndex,
161
- );
158
+ await cubit.changeTemporaryHandlerIndex (context, nextPointerIndex);
162
159
}
163
160
}
164
161
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"@astrojs/check" : " ^0.9.4" ,
14
14
"@astrojs/react" : " ^4.2.1" ,
15
- "@astrojs/starlight" : " ^0.32.2 " ,
15
+ "@astrojs/starlight" : " ^0.32.3 " ,
16
16
"@phosphor-icons/react" : " ^2.1.7" ,
17
- "@types/react" : " ^19.0.10 " ,
17
+ "@types/react" : " ^19.0.11 " ,
18
18
"@types/react-dom" : " ^19.0.4" ,
19
- "astro" : " ^5.5.2 " ,
19
+ "astro" : " ^5.5.3 " ,
20
20
"react" : " ^19.0.0" ,
21
21
"react-dom" : " ^19.0.0" ,
22
22
"remark-gemoji" : " ^8.0.0" ,
26
26
"packageManager" :
" [email protected] " ,
27
27
"devDependencies" : {
28
28
"@vite-pwa/astro" : " ^0.5.0" ,
29
- "sass" : " ^1.85.1 " ,
29
+ "sass" : " ^1.86.0 " ,
30
30
"sharp" : " ^0.33.5" ,
31
31
"vite-plugin-pwa" : " ^0.21.1" ,
32
32
"workbox-window" : " ^7.3.0"
You can’t perform that action at this time.
0 commit comments