mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 11:21:47 +00:00
fixed arrow resize
This commit is contained in:
parent
601ac6a2e1
commit
7d9ddf4dea
@ -343,7 +343,7 @@ class Base_selection_class {
|
||||
if (event_type == 'mousemove' && this.mouse_lock == 'selected_object_actions' && this.is_drag) {
|
||||
|
||||
const allowNegativeDimensions = settings.data.render_function
|
||||
&& ['line', 'gradient'].includes(settings.data.render_function[0]);
|
||||
&& ['line', 'arrow', 'gradient'].includes(settings.data.render_function[0]);
|
||||
|
||||
mainWrapper.style.cursor = "pointer";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user