We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f5e3d commit 9bad1d0Copy full SHA for 9bad1d0
src/node/utils/ImportHtml.js
@@ -95,5 +95,5 @@ exports.setPadHTML = async (pad, html) => {
95
96
apiLogger.debug(`The changeset: ${theChangeset}`);
97
await pad.setText('\n');
98
- await pad.appendRevision(theChangeset);
+ if (!Changeset.isIdentity(theChangeset)) await pad.appendRevision(theChangeset);
99
};
0 commit comments