hyper-statusline icon indicating copy to clipboard operation
hyper-statusline copied to clipboard

Fix: Prevent Override of Existing innerCustomChildren

Open luzmcosta opened this issue 7 years ago • 1 comments

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.

luzmcosta avatar May 13 '18 19:05 luzmcosta

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!

j-f1 avatar Sep 03 '18 17:09 j-f1