Skip to content

Commit

Permalink
🗺️ Here be 🐲
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
zackkatz committed Nov 9, 2023
1 parent 4bf77fb commit 4db369f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/js/admin-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -2722,6 +2722,21 @@

}; // end viewGeneralSettings object


/**
* This nested function is necessary, otherwise, View editor tabs aren't properly initialized.
*
* I tried moving the code out of this function; it didn't work.
*
* I tried setTimeout; it didn't work.
*
* I tried moving window.gvAdminActions and $( 'body' ).trigger( 'gravityview/loaded' );
* outside of this function; it didn't work.
*
* This probably needs to stay here until we rewrite this beast.
*
* - Zack
*/
jQuery( function ( $ ) {

// title placeholder
Expand Down

0 comments on commit 4db369f

Please sign in to comment.