@arsedizioni/ars-utils 21.1.20 → 21.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1060,7 +1060,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
1060
1060
  if (queryParts.length > 0) {
1061
1061
  this.lastQuery = queryParts[0];
1062
1062
  if (queryParts.length > 1) {
1063
- const queryChunksParts = queryParts[1].split(':');
1063
+ const queryChunksParts = queryParts[1].split('_');
1064
1064
  if (queryChunksParts.length > 2) {
1065
1065
  if (queryChunksParts[0] === id) {
1066
1066
  this.lastQueryChunks = queryChunksParts[1];