您好,我是Draft-js的新手,似乎绑定功能无法检测到shft + enter东西。 function myKeyBindingFn(e) { if (e.keyCode === 13 && e.shiftKey) { return 'shift-enter'; } ...
確定! 回上一頁