-
-
Notifications
You must be signed in to change notification settings - Fork 745
Closed
Milestone
Description
Search terms
title, underbars, url
Question

If document's title is not English, then it's name appears like this "____". The screenshot attached shows this issue.
I found this issue related the abstract.ts file.
this.name.replace(/\W/g, "_") || `reflection-${this.id}`, |
Is there any way to solve this problem?