palantir/blueprint

How can I interact with multiple open drawers at once?

开放

#3,349 创建于 2019年2月11日

 (8 条评论) (0 个反应) (0 位负责人)TypeScript (2,167 个派生)batch import
Package: coreStatus: needs proposalType: bughelp wanted

仓库指标

星标
 (20,263 个星标)
PR 合并指标
 (平均合并 43天 10小时) (30 天内合并 27 个 PR)

描述

Environment

  • Package version(s): @blueprintjs/core: 3.13.0
  • Browser and OS versions: MacOS 10.14.2, Chrome Version 72.0.3626.96 (Official Build) (64-bit)

Question

We have a requirement to have multiple drawers open at once, say top and bottom header/footer editors. However they both open with their own portals. Even though it's transparent, the footer portal covers the header drawer, swallowing all interaction events.

How can we configure the drawers to ensure they're both interact-able?

贡献者指南