зеркало из https://github.com/mozilla/pjs.git
Bug 295644: endBatchTransaction() should call updateUndoRedoMenu().
patch by jminta, r=mvl
This commit is contained in:
Родитель
90fcdb00a0
Коммит
74c6a24eda
|
@ -1480,6 +1480,7 @@ function startBatchTransaction() {
|
|||
}
|
||||
function endBatchTransaction() {
|
||||
gTransactionMgr.endBatch();
|
||||
updateUndoRedoMenu();
|
||||
}
|
||||
|
||||
function canUndo() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче