mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -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)
|
||||
{
|
||||
t = listType[1];
|
||||
if(t=="title")
|
||||
continue;//hackish but prevent tab from working on headings
|
||||
level = Number(listType[2]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue