mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-10-31 18:47:11 -04:00
Sure more code smell
This commit is contained in:
parent
4318f7dac3
commit
8bb65af214
@ -110,7 +110,7 @@ export class ChatComponent implements OnInit {
|
||||
return
|
||||
}
|
||||
|
||||
const nextChar = this.typewriterBuffer.shift()!
|
||||
const nextChar = this.typewriterBuffer.shift()
|
||||
message.content += nextChar
|
||||
this.scrollToBottom()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user