DTStack / molecule

:rocket: A lightweight Web IDE UI framework.

Home Page:https://dtstack.github.io/molecule/

Repository from Github https://github.comDTStack/moleculeRepository from Github https://github.comDTStack/molecule

bug: groupId can't be undefined on onCloseTab

mortalYoung opened this issue · comments

Describe the bug

- IEditorService.onCloseTab(callback: (tabId: UniqueId, groupId?: UniqueId | undefined) => void): any
+ IEditorService.onCloseTab(callback: (tabId: UniqueId, groupId: UniqueId) => void): any

Versions

  • OS:
  • Browser:
  • Molecule: 1.3.0

To reproduce

Expected

Actually happening