Bug 202163 caret mode: caret disappears after finding text (FAYT text mode)

r=aaronl, sr=roc, patch=ginn.chen@sun.com
This commit is contained in:
kyle.yuan%sun.com 2004-08-31 02:14:05 +00:00
Родитель 0c6e0f065f
Коммит 96068d8907
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -2015,7 +2015,6 @@ nsTypeAheadFind::CancelFind()
// These will be initialized to their true values after // These will be initialized to their true values after
// the first character is typed // the first character is typed
mCaretBrowsingOn = PR_FALSE;
mLiteralTextSearchOnly = PR_FALSE; mLiteralTextSearchOnly = PR_FALSE;
mDontTryExactMatch = PR_FALSE; mDontTryExactMatch = PR_FALSE;
mStartFindRange = nsnull; mStartFindRange = nsnull;