Removed comment and debug console log
This commit is contained in:
parent
1ac6244951
commit
bbb2c20b6e
|
@ -118,9 +118,6 @@
|
||||||
// Edge around the draggable content
|
// Edge around the draggable content
|
||||||
let contentDragPadding = 200
|
let contentDragPadding = 200
|
||||||
|
|
||||||
// Auto scroll
|
|
||||||
// let scrollInterval
|
|
||||||
|
|
||||||
const onScale = async () => {
|
const onScale = async () => {
|
||||||
dispatch("zoom", $view.scale)
|
dispatch("zoom", $view.scale)
|
||||||
await getDims()
|
await getDims()
|
||||||
|
|
|
@ -402,7 +402,6 @@ const automationActions = store => ({
|
||||||
traverse: (blockRefs, automation) => {
|
traverse: (blockRefs, automation) => {
|
||||||
let blocks = []
|
let blocks = []
|
||||||
if (!automation || !blockRefs) {
|
if (!automation || !blockRefs) {
|
||||||
console.error("Need a valid automation")
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (automation.definition?.trigger) {
|
if (automation.definition?.trigger) {
|
||||||
|
|
Loading…
Reference in New Issue