mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 14:36:48 +01:00
Sure more code smell
This commit is contained in:
parent
4318f7dac3
commit
8bb65af214
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export class ChatComponent implements OnInit {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const nextChar = this.typewriterBuffer.shift()!
|
const nextChar = this.typewriterBuffer.shift()
|
||||||
message.content += nextChar
|
message.content += nextChar
|
||||||
this.scrollToBottom()
|
this.scrollToBottom()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue