Add new cell editors; refactor editor framework

This commit is contained in:
garrettmills
2020-02-17 23:53:09 -06:00
parent 407d26eb05
commit 1bd3795a4a
11 changed files with 281 additions and 43 deletions

View File

@@ -19,7 +19,7 @@
<div class="editor-root ion-padding">
<div
*ngFor="let record of hostRecords; let i = index"
class="host-container ion-padding" style="display: flex;"
class="host-container" style="display: flex;"
(mouseenter)="makeVisible(i)"
(mouseleave)="makeInvisible(i)"
>