layer.effect creates a sibling node and set hideSource to true, results in both sibling and origin invisible in shadereffectsource when they're not effectiveVisible
(maybe a bug involving hideSource, if set only one shadereffectsource can display)
so use opacity=0 & explicit mask effect item to avoid.
The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
- **[debian/deepin/OWNERS](https://github.com/linuxdeepin/treeland/blob/master/debian/deepin/OWNERS)**
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
layer.effect creates a sibling node and set hideSource to true, results in both sibling and origin invisible in shadereffectsource when they're not effectiveVisible (maybe a bug involving hideSource, if set only one shadereffectsource can display) so use opacity=0 & explicit mask effect item to avoid.