diff --git a/docs/modules/Style-manager.md b/docs/modules/Style-manager.md index 2dc7971ef..1ce06342f 100644 --- a/docs/modules/Style-manager.md +++ b/docs/modules/Style-manager.md @@ -562,7 +562,7 @@ Here an example below of a custom Style Manager UI rendered by using Vuetify (Vu -From the example above you can notice how we subscribe to `style:custom` and update `this.sectors = sm.getSectors({ visible: true });` on each trigger, this is enough for the framework to update the rest of the template automatically. +From the example above you can notice how we subscribe to `style:custom` and update `this.sectors = sm.getSectors({ visible: true });` on each trigger, and this is enough for the framework to update the rest of the template automatically. In case you need to get/update the selected style targets directly, you can also rely on these APIs. diff --git a/src/style_manager/index.js b/src/style_manager/index.js index abfc5aaba..82aa0ae5c 100644 --- a/src/style_manager/index.js +++ b/src/style_manager/index.js @@ -54,7 +54,6 @@ * * [addType](#addtype) * * [getType](#gettype) * * [getTypes](#gettypes) - * * [createType](#createtype) * * [Sector]: sector.html * [CssRule]: css_rule.html