mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 23:50:02 +00:00
Show text when nested filter
This commit is contained in:
@@ -87,7 +87,12 @@ export default class CombiningFilterEditor extends React.Component {
|
||||
|
||||
//TODO: Implement support for nested filter
|
||||
if(hasNestedCombiningFilter(filter)) {
|
||||
return null
|
||||
return <div style={{
|
||||
fontSize: fontSizes[5],
|
||||
color: colors.midgray,
|
||||
}}>
|
||||
Nested filters are not supported.
|
||||
</div>
|
||||
}
|
||||
|
||||
return <div>
|
||||
|
||||
Reference in New Issue
Block a user