Skip to content

Commit

Permalink
fix format to skip snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais committed Nov 18, 2024
1 parent b59ed08 commit 387123e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .styluaignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.snap.lua
*.snap.luau
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ local function cleanupHostComponent(domElement: HostInstance)
if instanceToEventManager[descElement] ~= nil then
instanceToEventManager[descElement] = nil
end

cleanupBindings(descElement)
removeAllTags(domElement)
end
Expand Down

0 comments on commit 387123e

Please sign in to comment.