codex-team/editor.js

[Bug] Polyfill promise conflict

开放

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

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (1,985 个派生)batch import
buggood first issue

仓库指标

星标
 (26,602 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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().

贡献者指南