1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Make popups close on doble-click + quote @size attrs

1. Popups should close on subsequent trigger clicks
2. @attrs should be quoted as oper linter warnings.
This commit is contained in:
McMatts 2019-05-28 10:59:48 +01:00
parent c65eb97948
commit c49707d160
41 changed files with 84 additions and 81 deletions

View file

@ -46,7 +46,7 @@
{{else}}
<div class="space-label" style={{{model.label.bgColor}}}>{{model.label.name}}</div>
<i class="space-label-dropdown dicon {{constants.Icon.ArrowSmallDown}}">
{{#attach-popover class="ember-attacher-popper" hideOn="clickout" showOn="click" isShown=false placement="bottom-middle"}}
{{#attach-popover class="ember-attacher-popper" hideOn="click clickout" showOn="click" isShown=false placement="bottom-middle"}}
<ul class="menu">
{{#each model.folders as |space|}}
{{#if (eq space.labelId model.label.id)}}