Cody Burleson

Results 6 comments of Cody Burleson

I've had the same issue in the Chrome browser (random images in ion-img not loading) and can confirm that min-height: 1px !important; workaround worked for me also.

> Could everyone please try Ionic `5.0.0-rc0` and let me know if it fixes the issue? I've been trying it in a few examples apps provided in this thread and...

I am able to fox this by changing the `const active_leaf =` line in the `if(open_new_note)` block in `Templater.ts`. See BEFORE commented out and AFTER as the line just after......

I've submitted the following pull request for this issue: https://github.com/SilentVoid13/Templater/pull/736

Closing as fixed with pull request merge #736; validated with plugin update from marketplace/

Hi, @bennypowers, I think that your suggestion could work, allowing something like the following: `static allowedItems = ['spicy-progress-step']; // default ['pfe-progress-step']` I'm not sure the details on why you might...