Commit 1797ff1b authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг 21461.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50835 954022d7-b5bf-4e40-9824-e11837661b57
parent 574063c0
......@@ -8078,7 +8078,7 @@ CDocument.prototype =
bRetValue = true;
}
}
else if ( e.KeyCode == 75 && false === editor.isViewMode && true === e.CtrlKey ) // Ctrl + K - добавление гиперссылки
else if ( e.KeyCode == 75 && false === editor.isViewMode && true === e.CtrlKey && false === e.ShiftKey ) // Ctrl + K - добавление гиперссылки
{
if ( true === this.Hyperlink_CanAdd(false) )
editor.sync_DialogAddHyperlink();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment