Changeset 52287
- Timestamp:
- 11/30/2021 06:06:43 PM (3 years ago)
- Location:
- trunk/src/js/media/controllers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/controllers/featured-image.js
r52167 r52287 118 118 selection.reset( attachment ? [ attachment ] : [] ); 119 119 120 if ( library.hasMore() ) {120 if ( ! infinite_scrolling && library.hasMore() ) { 121 121 library.more(); 122 122 } -
trunk/src/js/media/controllers/replace-image.js
r52167 r52287 105 105 selection.reset( attachment ? [ attachment ] : [] ); 106 106 107 if ( library.hasMore() ) {107 if ( ! infinite_scrolling && library.getTotalAttachments() == 0 && library.hasMore() ) { 108 108 library.more(); 109 109 }
Note: See TracChangeset
for help on using the changeset viewer.