Commit c88ca277 authored by techird's avatar techird

事件派发后不阻止默认行为。交给具体的事件处理程序来控制。

parent ec5ae11b
......@@ -157,7 +157,6 @@ define(function(require, exports, module) {
*/
dispatchKeyEvent: function(e) {
this._firePharse(e);
e.preventDefault();
},
_firePharse: function(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment