select note component in <setup>
Loading
What does this PR do?
As an experiment, I tried to move the logic to select the correct note component (MkNote
/SkNote
) from the "template" to the "setup" section. It seems to work fine.
This makes our templates much more similar to upstream's, making merges simpler.
Changing note design is already marked as needing a reload, so having non-reactive code that selects the note component is not a problem.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines