mirror of
https://github.com/godotengine/godot-interactive-changelog.git
synced 2025-12-31 01:49:28 +03:00
Preserve pull requests which were cherry-picked without a PR
This commit is contained in:
@@ -166,7 +166,7 @@ export default class ChangesList extends LitElement {
|
||||
}
|
||||
|
||||
_appendPull(pull, originalPull) {
|
||||
if (!pull || !originalPull) {
|
||||
if (!pull && !originalPull) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user