Fix the visual marking of the markAll checkbox for Controller/Clipboard.ts
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Feb 2021 15:26:35 +0000 (16:26 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Feb 2021 15:27:39 +0000 (16:27 +0100)
commit396f86c135af33173ff824a25bf534c8099d9f1a
tree7ebd87e531a01a9578600f399cf50b1990c06d90
parent8c69efcec0261248287d9dfa177e87d2769cdc07
Fix the visual marking of the markAll checkbox for Controller/Clipboard.ts

During the refactoring to TypeScript it was missed that after matching the
`.columnMark` class another access to `.parentNode` happens:

https://github.com/WoltLab/WCF/blob/6a623551e6d7a08ffdf7a623aa174e644af7a0d5/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Clipboard.js#L691

Fixes #3999
ts/WoltLabSuite/Core/Controller/Clipboard.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Clipboard.js