mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Pad: Delete no-op call to SmartOpAssembler.appendOpWithText()
This commit is contained in:
parent
ad6de52eb2
commit
9f66ffbc3b
1 changed files with 0 additions and 1 deletions
|
@ -499,7 +499,6 @@ Pad.prototype.copyPadWithoutHistory = async function (destinationID, force) {
|
||||||
|
|
||||||
// based on Changeset.makeSplice
|
// based on Changeset.makeSplice
|
||||||
const assem = Changeset.smartOpAssembler();
|
const assem = Changeset.smartOpAssembler();
|
||||||
assem.appendOpWithText('=', '');
|
|
||||||
Changeset.appendATextToAssembler(oldAText, assem);
|
Changeset.appendATextToAssembler(oldAText, assem);
|
||||||
assem.endDocument();
|
assem.endDocument();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue