Support

Account

Home Forums Add-ons Gallery Field can't edit images in Gallery field Reply To: can't edit images in Gallery field

  • Hi guys.

    I have a feeling that this issue is caused when the last viewed ‘state’ is the ‘upload’ tab.

    I have fixed this issue and will soon release an update, however, can you please test his by editing the gallery field’s js/input.js file and adding on line 181:

    // set to browse
    if( _media.frame.content._mode != 'browse' )
    {
    	_media.frame.content.mode('browse');
    }

    Thanks
    E