Skip to content

Instantly share code, notes, and snippets.

@sarioglu
sarioglu / gist:d4c17549bca02ec86b84898553960158
Created June 5, 2025 11:26
insertParagraph uniqueLocalId
name: insertParagraph uniqueLocalId
description: uniqueLocalId changes after insertParagraph call
host: WORD
api_set: {}
script:
content: >
document.getElementById("run").addEventListener("click", () =>
tryCatch(run));