Fixed node toolbar allowing moving the nodes
This commit is contained in:
parent
cbe2a8ad75
commit
4b4800defb
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ export default function NodeToolbarComponent({
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="w-26 h-10">
|
||||
<div className="w-26 nocopy nowheel nopan nodelete nodrag noundo h-10">
|
||||
<span className="isolate inline-flex rounded-md shadow-sm">
|
||||
{hasCode && (
|
||||
<ShadTooltip content="Code" side="top">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue