mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +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');
|
||||
shapeTracingContainer.resizable({
|
||||
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
|
||||
|
Reference in New Issue
Block a user