| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| render() { | ||
| const tipContext = intlNode('Reset Attribute'); | ||
|
|
||
| // return <a onClick={ this.resetIconClickHandler }> {tipContext} </a>; |
There was a problem hiding this comment.
这里的注释去掉。
Sorry, something went wrong.
| @@ -0,0 +1 @@ | |||
| /* write style here */ | |||
There was a problem hiding this comment.
这个文件是不是可以删掉
Sorry, something went wrong.
There was a problem hiding this comment.
可以删除的,我把他和variable-setter的一块删除了吧
Sorry, something went wrong.
|
|
||
| let setterContent: any; | ||
| let actions: any; | ||
| if (n < 3) { |
There was a problem hiding this comment.
这块的逻辑,可以在PR里面补充一些截图吗?我想看看交互/逻辑上要不要优化。
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
嗯,那就按你说的这个逻辑我改一下。在有三个setter并且有variable和reset setter时,最后一个位置放resetsetter,倒数第二个放variableSetter。如果没有variableSetter第二个位置就是switchAction。
Sorry, something went wrong.
There was a problem hiding this comment.
如果没有variableSetter,就直接放 reset setter 就好。
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
重置当前属性的setter

alibaba/lowcode-engine#2795