henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
386 stars 79 forks source link

Fix: Prevent Override of Existing innerCustomChildren #80

Open luzmcosta opened 6 years ago

luzmcosta commented 6 years ago

Because the existingChildren check references customChildren but the render uses the customInnerChildren property, this plugin resets customInnerChildren, overriding previous children, thereby preventing other extensions from rendering. Fixing the check to inspect customInnerChildren allows this extension to co-exist with other extensions leveraging the customInnerChildren property.

j-f1 commented 5 years ago

I’ve published this to @j-f/hyper-statusline. You can swap hyper-statusline with @j-f/hyper-statusline in your config to switch. Feel free to contribute!