changed DeleteSelection back to using nsIDOMRange directly.

git-svn-id: svn://10.0.0.236/trunk@20572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-02-12 18:09:38 +00:00
parent 8d6a3ab755
commit 34595f93fb
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)