mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +08:00
Fixing resize handle bug when hovering shape overlay
--HG-- branch : dev
This commit is contained in:
@@ -114,7 +114,9 @@
|
|||||||
$('#shape-tracing-resize-handle').addClass('ui-resizable-handle ui-resizable-n');
|
$('#shape-tracing-resize-handle').addClass('ui-resizable-handle ui-resizable-n');
|
||||||
shapeTracingContainer.resizable({
|
shapeTracingContainer.resizable({
|
||||||
handles: { n: '#shape-tracing-resize-handle' },
|
handles: { n: '#shape-tracing-resize-handle' },
|
||||||
grid: 20 // mitigates the number of calls to syncResize(), and aligns to the line height
|
grid: 20, // mitigates the number of calls to syncResize(), and aligns to the line height
|
||||||
|
resize: disableShapeTracing,
|
||||||
|
stop: enableShapeTracing
|
||||||
});
|
});
|
||||||
|
|
||||||
var shapeNodes = {}; // represents the main index of shape nodes, indexed by id
|
var shapeNodes = {}; // represents the main index of shape nodes, indexed by id
|
||||||
|
Reference in New Issue
Block a user