Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2017-03-02 18:16:20 +01:00
6 changed files with 11 additions and 5 deletions

View File

@@ -1423,7 +1423,8 @@ define([
// Open the menu
$iframe.find('.contextMenu').css({
top: ($context.offset().top + 32) + 'px',
right: '0px'
right: '0px',
left: ''
});
$li.contextmenu();
});