mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Merge 42341f2b2f
into 89e3778a2c
This commit is contained in:
commit
b0d2728a85
1 changed files with 2 additions and 8 deletions
|
@ -3580,15 +3580,9 @@ function OUTER(gscope)
|
|||
|
||||
function doTabKey(shiftDown)
|
||||
{
|
||||
if (shiftDown === true){
|
||||
doDeleteKey();
|
||||
}
|
||||
else
|
||||
if (!doIndentOutdent(shiftDown))
|
||||
{
|
||||
if (!doIndentOutdent(shiftDown))
|
||||
{
|
||||
performDocumentReplaceSelection(THE_TAB);
|
||||
}
|
||||
performDocumentReplaceSelection(THE_TAB);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue