disabled tab key for headings as it does not make any sense

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-04 00:51:03 +01:00
parent 94c0ff55e3
commit 2c5b5b5aaa

View file

@ -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]);
}
}