Skip to content

Commit 37add42

Browse files
committed
Removed notification while edit style
1 parent f94c79f commit 37add42

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

web/client/components/styleeditor/mode/geocss.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,9 @@ module.exports = (CodeMirror) => {
462462
"raster-geometry": true,
463463
"raster-opacity": true,
464464
"raster-contrast-enhancement": true,
465+
"raster-contrast-enhancement-algorithm": true,
466+
"raster-contrast-enhancement-min": true,
467+
"raster-contrast-enhancement-max": true,
465468
"raster-gamma": true,
466469
"raster-z-index": true,
467470
"raster-color-map": true,

web/client/epics/styleeditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ module.exports = {
326326
init: action.init
327327
})
328328
],
329-
[
329+
status === 'edit' ? [] : [
330330
error({
331331
title: "styleeditor.updateTmpErrorTitle",
332332
message: "styleeditor.updateTmpStyleErrorMessage",

0 commit comments

Comments
 (0)