mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01: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
|
||||
const assem = Changeset.smartOpAssembler();
|
||||
assem.appendOpWithText('=', '');
|
||||
Changeset.appendATextToAssembler(oldAText, assem);
|
||||
assem.endDocument();
|
||||
|
||||
|
|
Loading…
Reference in a new issue