More tests and string fixes

This commit is contained in:
barsdeveloper
2024-04-25 21:54:03 +02:00
parent 279163cd54
commit 08e2e8edd8
6 changed files with 92 additions and 28 deletions

View File

@@ -256,7 +256,7 @@ export default class Configuration {
7: 2,
}
static smoothScrollTime = 1000 // ms
static stringEscapedCharacters = /['"\\]/g
static stringEscapedCharacters = /["\\]/g
static subObjectAttributeNamePrefix = "#SubObject"
/** @param {ObjectEntity} objectEntity */
static subObjectAttributeNameFromEntity = (objectEntity, nameOnly = false) =>