|
|
@@ -331,7 +331,7 @@ ${ require.config() }
|
|
|
|
|
|
<h5 class="card-heading-print" data-bind="text: name, css: {'visible': name() != ''}"></h5>
|
|
|
|
|
|
- <h2 class="card-heading simple" data-bind="visible: type() != 'text' || $root.isEditing()">
|
|
|
+ <h2 class="card-heading simple" data-bind="visible: type() != 'text' || $root.isEditing(), dblclick: function(){ $parent.newSnippetAbove(id()) }">
|
|
|
|
|
|
<div class="dropdown inline widget-type" data-bind="visible: type() != 'text' || $root.isEditing()">
|
|
|
<a class="dropdown-toggle no-underline" data-toggle="dropdown" href="javascript:void(0)">
|