Compiled build

This commit is contained in:
Mo Bitar
2020-04-13 15:01:06 -05:00
parent 7ee9610dca
commit 31384023d1
14 changed files with 90730 additions and 44 deletions

View File

@@ -7,7 +7,7 @@
target='blank'
)
menu-row(label="'Download Actions'")
div(ng-repeat='extension in self.state.extensions')
div(ng-repeat='extension in self.state.extensions track by extension.uuid')
.sk-menu-panel-header(
ng-click='extension.hide = !extension.hide; $event.stopPropagation();'
)

View File

@@ -9,7 +9,7 @@
label="'Plain Editor'"
)
menu-row(
ng-repeat='editor in self.state.editors'
ng-repeat='editor in self.state.editors track by editor.uuid'
action='self.selectComponent(editor)',
button-action='self.toggleDefaultForEditor(editor)',
button-class="self.state.defaultEditor == editor ? 'warning' : 'info'",