5237 Adjust classDef and note position data

This commit is contained in:
Ashish Jain 2024-06-03 14:43:00 +02:00
parent 01297fa042
commit d9d4a677ab

View File

@ -216,7 +216,7 @@ function getClassesFromDbInfo(dbInfoItem) {
} }
//add comma for all other classes //add comma for all other classes
else { else {
classStr += dbInfoItem.classes[i] + ','; classStr += dbInfoItem.classes[i] + ' ';
} }
} }
return classStr; return classStr;