File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ public function i_load_more_items_in_the_app(bool $not = false) {
224224 public function i_swipe_in_the_app (string $ direction ) {
225225 $ method = 'swipe ' . ucwords ($ direction );
226226
227- $ this ->runtime_js ("getAngularInstance('ion-content', 'CoreSwipeNavigationDirective'). $ method() " );
227+ $ this ->zone_js ("getAngularInstance('ion-content', 'CoreSwipeNavigationDirective'). $ method() " );
228228
229229 $ this ->wait_for_pending_js ();
230230
Original file line number Diff line number Diff line change 66
77defined ('MOODLE_INTERNAL ' ) || die;
88
9- $ plugin ->version = 2022090200 ;
9+ $ plugin ->version = 2022090500 ;
1010$ plugin ->requires = 2016052300 ;
1111$ plugin ->maturity = MATURITY_STABLE ;
1212$ plugin ->release = '4.1.0-dev ' ;
You can’t perform that action at this time.
0 commit comments