Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove plugin order rendering config (z-index) #761

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aminya
Copy link
Collaborator

@aminya aminya commented Jan 15, 2021

Fixes #759

There is unnecessary complexity in the decoration management/rendering code to render the decorations based on an order. However, this seems unnecessary to me as decorations can perfectly be shown on top of each other and they do not have conflicts. The default for all of them is 0 which means until today by default no ordering has been applied. But the code is still there slowing down the rendering.

This config does not make sense to me and just adds complexity and slow-down.

@aminya aminya marked this pull request as ready for review January 15, 2021 08:23
@aminya aminya added the plugin label Jan 15, 2021
@aminya aminya added the discuss label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove plugin decoration rendering order config
1 participant