mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
disabled tab key for headings as it does not make any sense
This commit is contained in:
parent
94c0ff55e3
commit
2c5b5b5aaa
1 changed files with 2 additions and 0 deletions
|
@ -3424,6 +3424,8 @@ function Ace2Inner(){
|
||||||
if (listType)
|
if (listType)
|
||||||
{
|
{
|
||||||
t = listType[1];
|
t = listType[1];
|
||||||
|
if(t=="title")
|
||||||
|
continue;//hackish but prevent tab from working on headings
|
||||||
level = Number(listType[2]);
|
level = Number(listType[2]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue