init commit
This commit is contained in:
10
remotion/node_modules/@remotion/studio/dist/state/input-dragger-click-lock.js
generated
vendored
Normal file
10
remotion/node_modules/@remotion/studio/dist/state/input-dragger-click-lock.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.setClickLock = exports.getClickLock = void 0;
|
||||
let clickLock = false;
|
||||
const getClickLock = () => clickLock;
|
||||
exports.getClickLock = getClickLock;
|
||||
const setClickLock = (lock) => {
|
||||
clickLock = lock;
|
||||
};
|
||||
exports.setClickLock = setClickLock;
|
||||
Reference in New Issue
Block a user