mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
permission select (#2948)
This commit is contained in:
@@ -66,7 +66,7 @@ class SelectEditor extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
let { currentOption, options, isTextMode } = this.props;
|
||||
let { currentOption, isTextMode } = this.props;
|
||||
|
||||
// scence1: isTextMode (text)editor-icon --> select
|
||||
// scence2: !isTextMode select
|
||||
|
Reference in New Issue
Block a user