run build after dependecy update
This commit is contained in:
2
vendor/datatables/dataTables.bootstrap4.js
vendored
2
vendor/datatables/dataTables.bootstrap4.js
vendored
@@ -175,7 +175,7 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
|
||||
);
|
||||
|
||||
if ( activeEl !== undefined ) {
|
||||
$(host).find( '[data-dt-idx='+activeEl+']' ).focus();
|
||||
$(host).find( '[data-dt-idx='+activeEl+']' ).trigger('focus');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user