Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addons/block_code/ui/blocks/block/block.gd
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ func _set_bottom_snap_path(value: NodePath):


func _ready():
if bottom_snap == null:
_set_bottom_snap_path(bottom_snap_path)
mouse_filter = Control.MOUSE_FILTER_IGNORE


Expand Down