-
Is something like `const startsWith = ?.startsWith(?)` possible? If not, could this proposal be extended with it? It would be very useful.
-
看了官方的这个包,感觉实在是太大了,很多功能根本用不到,怎么去除掉来精简体积,一个页面加载个几M的js。css等资源实在有点大
-
当页面出现滚动 编辑器种也有滚动时候
火狐会出现大段的空白
下面生成一个很高的高度
只是在火狐
-
https://github.com/notadd/neditor/issues/62#issuecomment-430928576
-
官网是这么写的==>" Egg.js 为企业级框架和应用而生"。
-
`H:\notadd_project\next\packages\injection\utilities\platform-tools.js:16
throw err;
^
TypeError: injection_1.Module is not a function
at Object. (H:\notadd_project\n…
-
视频文件上传链接地址获取不对
我修改了源码video.js文件中741行如下:
`uploadVideoList.push({
'url': res.url,
'type': res.mimetype,
'original…
-
**neditor**感觉很不错啊,想把它集成到react项目里面,请问有比较好的集成方式么?
-
错误信息如下:
/Users/lihuikang/my/notadd/node_modules/@notadd/injection/dashboards/developer.dashboard.js:31
common_1.Injectable()
^
TypeError: common_1.Injectable is not a functi…
-
**TypeScript Version:** 2.7.2
**Code**
```ts
export abstract class WorkflowStepBase {
public id : number;
public name: string;
public abstract body: { new(): StepBody; };
…