@team-monolith/cds 0.29.11 → 0.29.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,7 +35,7 @@ class NestedList extends EditorJSNestedList {
|
|
|
35
35
|
items: super.save().items,
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
|
-
// tune을 했을 때 block이 다른 Nestedlist class의 블록으로 변경되어야 합니다.
|
|
38
|
+
// tune을 했을 때 block이 다른 Nestedlist class의 블록으로 변경되어야 합니다.
|
|
39
39
|
renderSettings() {
|
|
40
40
|
return Array.from(super.renderSettings()).map((setting, i) => (Object.assign(Object.assign({}, setting), { icon: TUNE_ICONS[i], isActive: this.data.style === setting.name, onActivate: () => {
|
|
41
41
|
const blockIndex = this.api.blocks.getCurrentBlockIndex();
|