mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
Bug 366027 - Redo command is broken once a remove-separator command is undone. r=sspitzer.
This commit is contained in:
parent
22348b5821
commit
139951d55d
@ -1861,6 +1861,7 @@ PlacesRemoveItemTransaction.prototype = {
|
||||
function PlacesRemoveSeparatorTransaction(oldContainer, oldIndex) {
|
||||
this._oldContainer = oldContainer;
|
||||
this._oldIndex = oldIndex;
|
||||
this.redoTransaction = this.doTransaction;
|
||||
}
|
||||
PlacesRemoveSeparatorTransaction.prototype = {
|
||||
__proto__: PlacesBaseTransaction.prototype,
|
||||
|
Loading…
Reference in New Issue
Block a user