Reggie Lloyd-Jones

Results 16 comments of Reggie Lloyd-Jones

I'd still argue that this is a bug and should be addressed. I have a content type (Category) which is publicly findable, but using an API Token to create another...

Had this same issue which is why I stopped using this script. :( Was hoping maybe someone had found a production ready solution. It's just not worth risking freezing my...

Same issue. :( This is such a great program otherwise, I hope someone is able to figure this out.

Ah, I am now seeing version 5.0.6 has been released and I'm guessing that's going to fix it based on the description: 😂 5.0.6 (Date: June 28, 2023) Fixed Form...

@zjcjim Not sure that issue is relevant since I'm trying to switch the behavior of both the function key and it's "media key" counterpart. My Royalaxe keyboard unfortunately doesn't send...

A workaround for the time being is adding this script... ``` jQuery(".beefup__head").on('click', function(event){ if(jQuery(this).parent().hasClass('is-open')) { jQuery(this).parent().addClass('closing'); }else { jQuery(this).parent().addClass('opening'); } }); ``` and then using beefup to remove the classes...