Copy link to clipboard
Copied
I'm trying to test if the tracked changes occur in a table.
Even if I know the changes are in a table the following returns "story":
alert(myChanges
.parent.constructor.name)
However if I highlight the same text and do:
app.selection[0].parent.constructor.name;
It returns "Cell"
Does anyone know a better way to test if track changes occur in a table?
myChanges
Copy link to clipboard
Copied
myChanges