fix: disabilitato funzionamento tab nell'editor html

This commit is contained in:
2026-07-08 07:30:27 +02:00
parent d39c9895b4
commit f9cbfc63b9
3 changed files with 34 additions and 7 deletions
+11 -1
View File
@@ -383,7 +383,17 @@ const TicketDetailView = {
[{ 'list': 'ordered'}, { 'list': 'bullet' }],
['link', 'image'],
['clean']
]
],
keyboard: {
bindings: {
tab: {
key: 'Tab',
handler: function() {
return true;
}
}
}
}
}
});