8c046740f0
refs https://github.com/TryGhost/Team/issues/2906 Adds a way to select posts using CMD, shift and CMD+A. And adds a placeholder context menu. Behind the making it rain feature flag.
11 lines
238 B
Handlebars
11 lines
238 B
Handlebars
<div data-ctrl={{this.actionKeyPressed}} {{did-insert this.setup}} ...attributes>
|
|
{{yield
|
|
(hash
|
|
item=(
|
|
component "multi-list/item"
|
|
model=@model
|
|
)
|
|
)
|
|
}}
|
|
</div>
|