Skip to content

Commit c4ce0cf

Browse files
committed
fix: missing text between links
re #25
1 parent 6c94e8a commit c4ce0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiTextPropertyWidgetComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function renderValues(app: App, multiSelectComponent: MultiSelectComponent, next
104104

105105
const childEl = el.createDiv();
106106
renderChild(childEl, parseLinkResult);
107-
startOffset += parseLinkResult.endOffset;
107+
startOffset = parseLinkResult.endOffset;
108108
}
109109

110110
if (startOffset < value.length) {

0 commit comments

Comments
 (0)