Skip to content

Commit

Permalink
fix: removed space when insert a field (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalloDornelas authored Jul 30, 2024
1 parent 15a60fe commit 4595ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/syncfusion/navigationFields/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export class IaraSyncfusionNavigationFieldManager extends IaraEditorNavigationFi
type: "Field" | "Mandatory" | "Optional" = "Field"
): void {
const bookmarksCount = uuidv4();
this._documentEditor.editor.insertText(" ");
this._documentEditor.selection.movePreviousPosition();
this._documentEditor.editor.insertBookmark(`${type}-${bookmarksCount}`);
this._documentEditor.editor.insertText("[]");
Expand Down

0 comments on commit 4595ded

Please sign in to comment.