Brandon
Brandon
haha that is ... an interesting bug. there's no dev console feedback whatsoever when it breaks?? I have no idea how that'd have anything to do with what ACF Composer...
I'm able to reproduce it, just not sure what's causing it. It seems the TinyMCE editor in the sidebar is no longer in it's iFrame after it happens and also...
I narrowed it down to being an example preview bug. If I comment out https://github.com/Log1x/acf-composer/blob/master/src/Block.php#L261-L266 it doesn't appear to happen. Can you test adding an example to the test block...
Yeah, really weird. Can you try the above? I feel like this might be an ACF issue with `example` and the `preview` mode enabled – I can't really see what...
> If I comment out https://github.com/Log1x/acf-composer/blob/master/src/Block.php#L261-L266 it doesn't appear to happen. Also happens if I set `example` to `[]` in `Block.php` as well as `mode` to `edit` (which doesn't work...
I can push a fix to ACF Composer so you can set `example` to `[]` or `false` and it won't pass it in. In the mean time, I'd confirm that...
:( unfortunately this still happens when another ACF block has an example/preview set. i can still push the ability to not pass `example` fix if you want (let me know)...
very strange one-off bug that I'm sure they'll be super stoked to hear about. lol
Would you mind giving `dev-master` a whirl before I version it? My test environment is being weird.
> I didn't have to set example to [] or false though – it's disabled them by default. o_O did you remove `$this->example` entirely? if so then that's fine. otherwise...