Whitewater
Whitewater
> 目前的窗口应该是无视点击事件的,你直接点下去也是可以的…… 当前版本只有在`pin`状态才会穿透点击 https://github.com/poooi/poi/blob/da75b507e8f67615a39dc4fdb466e34ff5b5bdcf/views/components/info/map-reminder.es#L22-L31
We will adjust the font style on windows later. Sorry for any inconvenience.
@Pranav4399 Great, you are welcome to work on this. We'd love to have your contribution.
This behavior is completely contrary to ergonomics. Let's imagine the following scenarios: - The user wants to delete all caption content and re-enter it after thinking. - A CJK user...
This issue can be reproduced in the latest version, related to https://github.com/toeverything/blocksuite/pull/6119
Some design ideas related to subpage: ## Basic Principles - Use the field `pageMeta` as the data source For example: ```jsx ``` ## Scenario 1 - Add/Delete subpage by sidebar...
Also related to https://github.com/toeverything/AFFiNE/issues/3026
Also related to https://github.com/toeverything/AFFiNE/issues/1691
Related to https://github.com/toeverything/AFFiNE/issues/4875 https://github.com/toeverything/AFFiNE/issues/5029
可以借助一个比较~~古老~~传统的 `defer` 函数在 `initChart` 中弹出 promise ```js const defer = () => { const deferred = {} deferred.promise = new Promise((resolve, reject) => { deferred.resolve = resolve deferred.reject = reject...