| 313 | /** | 313 | /** |
| 314 | * Get the externally activated version of the entry, if there is one. | 314 | * Get the externally activated version of the entry, if there is one. |
| 315 | * @param {object} entry WI entry to check | 315 | * @param {object} entry WI entry to check |
| 316 | * @returns {object|null} the external version if the entry is forcefully activated, null otherwise | 316 | * @returns {object|undefined} the external version if the entry is forcefully activated, undefined otherwise |
| 317 | */ | 317 | */ |
| 318 | getExternallyActivated(entry) { | 318 | getExternallyActivated(entry) { |
| 319 | // Entries could be copied with structuredClone, so we need to compare them by string representation | 319 | // Entries could be copied with structuredClone, so we need to compare them by string representation |