Commit b4093ccf by Torkel Ödegaard

fix(graphite): minor fix to editor, add function dropdrop extended above page, fixes #1152

parent a23217cc
...@@ -15,8 +15,8 @@ function (angular, _, $, gfunc) { ...@@ -15,8 +15,8 @@ function (angular, _, $, gfunc) {
' spellcheck="false" style="display:none"></input>'; ' spellcheck="false" style="display:none"></input>';
var buttonTemplate = '<a class="tight-form-item tight-form-func dropdown-toggle"' + var buttonTemplate = '<a class="tight-form-item tight-form-func dropdown-toggle"' +
' tabindex="1" gf-dropdown="functionMenu" data-toggle="dropdown"' + ' tabindex="1" gf-dropdown="functionMenu" data-toggle="dropdown">' +
' data-placement="top"><i class="fa fa-plus"></i></a>'; '<i class="fa fa-plus"></i></a>';
return { return {
link: function($scope, elem) { link: function($scope, elem) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment