codex-team/editor.js

[Bug] Polyfill promise conflict

Open

#1,634 创建于 2021年4月8日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (26,602 star) (1,985 fork)batch import
buggood first issue

描述

This package seems to polyfill window.Promise, regardless of whether window.Promise already exists. This is causing problems as we are using and relying on our own polyfill (bluebird.js), but this is being replaced if I call new EditorJS().

贡献者指南