mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 03:00:09 +00:00
more tweeking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f82932d371
commit
f3477e2d2a
@ -389,7 +389,7 @@ $(document).ready(function(){
|
||||
// keyboard...
|
||||
$(document)
|
||||
.keydown(makeKeyboardHandler({
|
||||
// ignore all keys here...
|
||||
// ignore all keys except Esc here...
|
||||
'.inline-editor-mode': {
|
||||
//ignore: '*'
|
||||
Esc: function(){
|
||||
@ -397,8 +397,6 @@ $(document).ready(function(){
|
||||
},
|
||||
},
|
||||
|
||||
//'*': {
|
||||
// everything except overlays...
|
||||
'.chrome:not(.inline-editor-mode)': {
|
||||
title: 'Global',
|
||||
doc: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user