Skip to content

Commit 3a9280b

Browse files
Merge pull request #61076 from nextcloud/backport/61073/stable34
[stable34] fix(comments): load comments styles when the comments app is loaded
2 parents 4b3f2b3 + 3aff808 commit 3a9280b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/Comments/Manager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,7 @@ private function sendEvent(CommentsEvent $event): void {
15821582
#[\Override]
15831583
public function load(): void {
15841584
$this->initialStateService->provideInitialState('comments', 'max-message-length', IComment::MAX_MESSAGE_LENGTH);
1585+
Util::addStyle('comments', 'comments-app');
15851586
Util::addScript('comments', 'comments-app');
15861587
}
15871588

0 commit comments

Comments
 (0)