Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoMorenoSirius committed Jun 18, 2024
1 parent 0aed58c commit c07cd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mocksi-lite/content/EditMode/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function fragmentTextNode(
textNode: Node,
newText: string,
) {
if (!textNode.nodeValue) return null
if (!textNode.nodeValue) return null;
const baseFragment = document.createDocumentFragment();
let cursor = 0;
let index = 0;
Expand Down

0 comments on commit c07cd9b

Please sign in to comment.