зеркало из https://github.com/mozilla/gecko-dev.git
changed DeleteSelection back to using nsIDOMRange directly.
This commit is contained in:
Родитель
f7598d9c91
Коммит
16de5238df
|
@ -888,7 +888,7 @@ nsresult nsEditor::CreateTxnToHandleEnterKey(EditAggregateTxn **aTxn)
|
|||
}
|
||||
#endif
|
||||
|
||||
#define DELETE_SELECTION_DOESNT_GO_THROUGH_RANGE
|
||||
//#define DELETE_SELECTION_DOESNT_GO_THROUGH_RANGE
|
||||
|
||||
nsresult
|
||||
nsEditor::DeleteSelection(nsIEditor::Direction aDir)
|
||||
|
|
|
@ -888,7 +888,7 @@ nsresult nsEditor::CreateTxnToHandleEnterKey(EditAggregateTxn **aTxn)
|
|||
}
|
||||
#endif
|
||||
|
||||
#define DELETE_SELECTION_DOESNT_GO_THROUGH_RANGE
|
||||
//#define DELETE_SELECTION_DOESNT_GO_THROUGH_RANGE
|
||||
|
||||
nsresult
|
||||
nsEditor::DeleteSelection(nsIEditor::Direction aDir)
|
||||
|
|
Загрузка…
Ссылка в новой задаче