Disable model label drag so text can be scrolled.
This commit is contained in:
@@ -1675,7 +1675,7 @@ class ModelGrid {
|
|||||||
]),
|
]),
|
||||||
$el("div.model-label", {
|
$el("div.model-label", {
|
||||||
ondragend: (e) => dragAdd(e),
|
ondragend: (e) => dragAdd(e),
|
||||||
draggable: true,
|
draggable: false,
|
||||||
}, [
|
}, [
|
||||||
$el("p", [showModelExtension ? item.name : SearchPath.splitExtension(item.name)[0]])
|
$el("p", [showModelExtension ? item.name : SearchPath.splitExtension(item.name)[0]])
|
||||||
]),
|
]),
|
||||||
|
|||||||
Reference in New Issue
Block a user