diff --git a/lib/private/Comments/Manager.php b/lib/private/Comments/Manager.php index c6857162f2bee..dfae699c6aff8 100644 --- a/lib/private/Comments/Manager.php +++ b/lib/private/Comments/Manager.php @@ -1581,6 +1581,7 @@ private function sendEvent(CommentsEvent $event): void { #[\Override] public function load(): void { $this->initialStateService->provideInitialState('comments', 'max-message-length', IComment::MAX_MESSAGE_LENGTH); + Util::addStyle('comments', 'comments-app'); Util::addScript('comments', 'comments-app'); }