志敏

Results 7 comments of 志敏

It can be considered similar to the approach of element UI nest `` inside `` @afc163

loadPaths should be an array try this: loadPaths: ['public/assets/img']

@anotherleon caller 并不在 arguments对象上的

如果是通过new方式 调用bind后的函数时,直接 `if (callingContext instanceof boundFunc) { return new sourceFunc(... args) }` 这样的方式不是更好点么?

> 如果光标点击 table 最右侧, 之后光标会自动跳到 table 内部最后一个单元格, 之后不管是点击 table 内部还是外部都会自动跳转到最后一个单元格. > > ![image](https://user-images.githubusercontent.com/13547402/51074313-acc69600-16b8-11e9-9441-64e85348400f.png) > > 而且现在貌相只能通过清楚内容来删除 table. 不能在 table 最右侧处光标, delete 键删除掉. 由于table的实现方式是 通过 BlockRenderMap方式改写了block的渲染方式(table的单元格内部其实还都是block),所以会出现只有删除内容来删除table 现在准备用这样的方式来规避这个问题: 当光标在table的下一行开头的地方时,delete键会将整个table删除掉。