xP: resolve various issues, mostly in styling
This commit is contained in:
@@ -478,10 +478,12 @@ let Input = {
|
||||
let handled = false
|
||||
switch (event.keyCode) {
|
||||
case 9:
|
||||
handled = Input.complete(textarea)
|
||||
if (!event.shiftKey)
|
||||
handled = Input.complete(textarea)
|
||||
break
|
||||
case 13:
|
||||
handled = Input.submit(textarea)
|
||||
if (!event.shiftKey)
|
||||
handled = Input.submit(textarea)
|
||||
break
|
||||
}
|
||||
if (handled)
|
||||
|
||||
Reference in New Issue
Block a user