Skip to content

Commit

Permalink
feat(messages): a message is always show when the layer become visible (
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord authored Dec 2, 2021
1 parent dd72026 commit 496ebe1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/contexts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
"messages": [
{
"title": "Info",
"text": "First message at layer level",
"text": "First message at layer level, always shown when the layer is set to be visible",
"type": "info",
"options": {
"timeOut": 20000
"timeOut": 20000,
"showOnEachLayerVisibility": true
}
},
{
Expand Down

0 comments on commit 496ebe1

Please sign in to comment.