Add new cell editors; refactor editor framework
This commit is contained in:
@@ -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)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user