Show More
@@ -329,6 +329,7 define([ | |||
|
329 | 329 | // If we closed the tooltip, don't let CM or the global handlers |
|
330 | 330 | // handle this event. |
|
331 | 331 | event.codemirrorIgnore = true; |
|
332 | event._ipkmIgnore = true; | |
|
332 | 333 | event.preventDefault(); |
|
333 | 334 | return true; |
|
334 | 335 | } else if (event.keyCode === keycodes.tab && event.type === 'keydown' && event.shiftKey) { |
General Comments 0
You need to be logged in to leave comments.
Login now