Skip to content

Commit

Permalink
hotfix bookmarklet
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Feb 2, 2013
1 parent 75ba742 commit 8986689
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions textarea/src/ace-bookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ exports.transformTextarea = function(element, loader) {
left: "0px",
right: "0px",
bottom: "0px",
border: "1px solid gray"
border: "1px solid gray",
position: "absolute"
});
container.appendChild(editorDiv);

Expand Down Expand Up @@ -610,7 +611,7 @@ exports.options = {
keybindings: "ace",
showPrintMargin: "false",
useSoftTabs: "true",
showInvisibles: "true"
showInvisibles: "false"
};

});
Expand Down

0 comments on commit 8986689

Please sign in to comment.