mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-20 21:49:04 -04:00
Comment is now superfluous thanks to better code. 🎉
Co-authored-by: rugk <rugk+git@posteo.de>
This commit is contained in:
parent
4076a831eb
commit
ffd4210fe2
2 changed files with 1 additions and 2 deletions
|
@ -2451,7 +2451,6 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
$messageTab[0].checked = isTabSupported;
|
||||
event.preventDefault();
|
||||
}
|
||||
// tab was pressed
|
||||
else if (isTabSupported && event.key === 'Tab') {
|
||||
// get caret position & selection
|
||||
const val = this.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue