mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 12:16:45 +02:00
handle shift+tab, trivial fix
This commit is contained in:
parent
ccaa21a04a
commit
42341f2b2f
@ -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…
x
Reference in New Issue
Block a user