Revize 7a8bb115
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
Backend/Core/Services/AnnotationService/AnnotationServiceEF.cs | ||
---|---|---|
174 | 174 |
TagStartLengths = JsonConvert.DeserializeObject<List<int>>(annotation.CachedLengths); |
175 | 175 |
TagClosingPositions = JsonConvert.DeserializeObject<List<int>>(annotation.CachedClosingPositions); |
176 | 176 |
TagClosingLengths = JsonConvert.DeserializeObject<List<int>>(annotation.CachedClosingLengths); |
177 |
TagInstanceCSS = JsonConvert.DeserializeObject<List<TagInstanceCSSInfo>>(annotation.CachedCSS); |
|
177 |
//TagInstanceCSS = JsonConvert.DeserializeObject<List<TagInstanceCSSInfo>>(annotation.CachedCSS);
|
|
178 | 178 |
|
179 | 179 |
// The annotation has been modified and we need to either add the new tag or remove the tag |
180 | 180 |
if (annotation.ModifiedType != EModified.NONE) |
Také k dispozici: Unified diff
Duplicated CSS issue fixed