-
Hi, as far as i can understand, all functions (forexample event handlers) are defined at the Page level. I understand this makes it easy for components to interact with each other and data sources.
…
-
#### 描述问题:
在使用nextjs13引入amis-editor时,出现以下报错:Uncaught Error: document is not defined
同时,在该页面下,使用除文本框和布局容器以外的所有插件时,点击该插件编辑属性时,右侧面板均会显示报错‘Uncaught Error: document is not defined’
#### 截图或视频:
![…
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
使用 DesignerView 监听 Designer onDrag 事件,发现 onDrag 事件中的节点 nodes 实际类型为 `INode` 和申明的 `IPublicModelNode` 类型不符合,导致部分 API 不可用,例如设置可见性 `node.visile = fa…
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
这种图片选择器 是怎么实现的呢
---
## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)**
Steps to reproduce the behavior: / 详细复现步骤:
---
…
-
Hi,
I noticed the disableDefaultSettingPanel option which disables the default one. I tried copying original settings panel and converting it into a plugin but it throws errors.
Is this the int…
-
# Trending repositories for C#
1. [**dotnet / runtime**](https://github.com/dotnet/runtime)
__.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.__
…
-
## 我想实现listSetter的value跟另一个props属性值联动
例如 listSetter 的 value 根据 props.setting的值来重新生成数组
## 目前代码是这么写的
```
{
if (ref) {
const settings = this.getProps().getPro…
-
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
loadIncrementalAssets的assets.json结构如下
```
packages: [
{
title: 'MCBreadcrumb',
package: 'mc-breadcrumb',
ve…
-
我们目前的实现思路如下,希望官方及各位大佬给出更好的方案:
1. 设置引擎选项,允许事件冒泡
```js
config.setEngineOptions({
enableMouseEventPropagationInCanvas: true,
});
```
2. 重写dragon中处理事件的方法boost,主要是通过动态设置node.isRGLContainer属性,修改默认的…