|
@@ -103,7 +103,7 @@ return (function(modules) {
|
|
|
|
|
|
(function(module) {
|
|
|
|
|
|
-module.exports = {"version":"2019_02_20 13_02"};
|
|
|
+module.exports = {"version":"2019_02_20 13_06"};
|
|
|
|
|
|
}),
|
|
|
|
|
@@ -187,7 +187,7 @@ module.exports =
|
|
|
|
|
|
(function(module, exports, __webpack_require__) {
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
var antlr4 = __webpack_require__(2);
|
|
|
|
|
@@ -778,7 +778,7 @@ module.exports =
|
|
|
|
|
|
(function(module, exports, __webpack_require__) {
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
var antlr4 = __webpack_require__(2);
|
|
|
|
|
@@ -1432,7 +1432,7 @@ module.exports =
|
|
|
|
|
|
(function(module, exports, __webpack_require__) {
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
var antlr4 = __webpack_require__(2);
|
|
|
|
|
@@ -18087,8 +18087,8 @@ function createFloatingCommand(function_obj, function_container, command_type, m
|
|
|
floatingObject.css("position", "absolute");
|
|
|
mouse_event.type = "mousedown.draggable";
|
|
|
mouse_event.target = floatingObject[0];
|
|
|
- floatingObject.css("left", mouse_event.pageX - 15);
|
|
|
- floatingObject.css("top", mouse_event.pageY - 15);
|
|
|
+ floatingObject.css("left", mouse_event.pageX);
|
|
|
+ floatingObject.css("top", mouse_event.pageY);
|
|
|
floatingObject.trigger(mouse_event);
|
|
|
}
|
|
|
|
|
@@ -19982,11 +19982,6 @@ function renderMenu(command, dom_where_render, function_obj, dom_command) {
|
|
|
|
|
|
function addHandlers(command, dom_where_render, function_obj, dom_command) {
|
|
|
|
|
|
- console.log('command, dom_where_render, function_obj, dom_command');
|
|
|
- console.log(command, dom_where_render, function_obj, dom_command);
|
|
|
-
|
|
|
- console.log(dom_where_render.parents());
|
|
|
-
|
|
|
dom_where_render.find('.menu_commands').dropdown({
|
|
|
on: 'hover'
|
|
|
});
|