wp-shortcake / shortcake

Shortcake makes using WordPress shortcodes a piece of cake.
GNU General Public License v2.0
665 stars 144 forks source link

Select Field not updating in modal to show correct values set in shortcode. #739

Closed ogdsgn closed 7 years ago

ogdsgn commented 7 years ago

After updating to 0.7.2 I get the following behaviour. I rolled back to 0.7.1, and sure enough this bug does not occur.

I have a shorcode that has the following values. [content_video src="https://vimeo.com/215461544" video_width="full-width" video_poster="custom" /]

And when I edit the shortcode it loads the default values.

default values

cheers!

ogdsgn commented 7 years ago

Just found the fix.

Pull Request #738

cheers.