This commit is contained in:
ftang%netscape.com 2000-06-08 23:29:43 +00:00
Родитель 4e0a7923b1
Коммит d0740e80c8
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -130,7 +130,8 @@ var DocumentStateListener =
// hack! Should not need this updateCommands, but there is some controller
// bug that this works around. ??
window.content.focus();
// comment out the following line because it cause 41573 IME problem on Mac
//window.content.focus();
window.updateCommands("create");
window.updateCommands("save");
}