File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "email" : " dev7355608@gmail.com"
99 }
1010 ],
11- "version" : " 2.0.3 " ,
11+ "version" : " 2.0.4 " ,
1212 "compatibility" : {
1313 "minimum" : " 13" ,
1414 "verified" : " 14"
2525 ],
2626 "url" : " https://github.com/dev7355608/gm-vision" ,
2727 "manifest" : " https://github.com/dev7355608/gm-vision/releases/latest/download/module.json" ,
28- "download" : " https://github.com/dev7355608/gm-vision/releases/download/v2.0.3 /module.zip" ,
29- "changelog" : " https://github.com/dev7355608/gm-vision/releases/tag/v2.0.3 " ,
28+ "download" : " https://github.com/dev7355608/gm-vision/releases/download/v2.0.4 /module.zip" ,
29+ "changelog" : " https://github.com/dev7355608/gm-vision/releases/tag/v2.0.4 " ,
3030 "bugs" : " https://github.com/dev7355608/gm-vision/issues" ,
3131 "readme" : " https://raw.githubusercontent.com/dev7355608/gm-vision/main/README.md" ,
3232 "license" : " https://raw.githubusercontent.com/dev7355608/gm-vision/main/LICENSE"
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ export default (Token) => class extends Token {
1212 get isVisible ( ) {
1313 const visible = super . isVisible ;
1414
15- if ( ! visible && settings . active || visible && this . document . hidden ) {
15+ if ( ! visible && settings . active && ( this . _preview ?. previewType !== "config" ) && ! ( this . layer . active
16+ && this . document . visible && ( ui . placeables ?. isEntryVisible ( this ) === false ) ) || visible && this . document . hidden ) {
1617 this . detectionFilter = detectionFilter ??= DetectionFilter . create ( ) ;
1718
1819 return true ;
You can’t perform that action at this time.
0 commit comments