Remove console spam (#1400)

* Remove console spam

* CSS Style

* Slight cleanup

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2023-08-27 16:12:32 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent 226b96260c
commit e77782aadb
16 changed files with 61 additions and 77 deletions
@@ -23,6 +23,7 @@
}
</script>
<!-- Excluded events because these require `|passive` or `|nonpassive` modifiers. Use a <div> for these instead: `on:wheel`, `on:touchmove`, `on:touchstart` -->
<div
class={`layout-col ${className} ${extraClasses}`.trim()}
class:scrollable-x={scrollableX}
@@ -53,7 +54,6 @@
on:mouseout
on:mouseup
on:select
on:wheel
on:drag
on:dragend
on:dragenter
@@ -63,8 +63,6 @@
on:drop
on:touchcancel
on:touchend
on:touchmove
on:touchstart
on:pointerover
on:pointerenter
on:pointerdown
@@ -23,6 +23,7 @@
}
</script>
<!-- Excluded events because these require `|passive` or `|nonpassive` modifiers. Use a <div> for these instead: `on:wheel`, `on:touchmove`, `on:touchstart` -->
<div
class={`layout-row ${className} ${extraClasses}`.trim()}
class:scrollable-x={scrollableX}
@@ -53,7 +54,6 @@
on:mouseout
on:mouseup
on:select
on:wheel
on:drag
on:dragend
on:dragenter
@@ -63,8 +63,6 @@
on:drop
on:touchcancel
on:touchend
on:touchmove
on:touchstart
on:pointerover
on:pointerenter
on:pointerdown