Mr. Kylin

Results 13 issues of Mr. Kylin

### Cocos Creator version 3.7.3 ### System information any ### Issue description when the following effect is used. the normal and error images are as below. ### Relevant error log...

Bug
Needs Triage

Environment - OS: Mac - Version: 13.6 (22G120) - Chip: Apple M1 Pro Everything went well before I ran the `luamake` command. It said: command not found: luamake I thought...

下面是查到的出问题的原代码: ``` // ScrollView protected _dispatchEvent (event: string) { if (event === EventType.SCROLL_ENDED) { this._scrollEventEmitMask = 0; } else if (event === EventType.SCROLL_TO_TOP || event === EventType.SCROLL_TO_BOTTOM || event ===...