mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: autolayout
This commit is contained in:
parent
18fcf66bc6
commit
0fe256ef59
10 changed files with 223 additions and 16 deletions
22
patches/klayjs-noflo@0.3.1.patch
Normal file
22
patches/klayjs-noflo@0.3.1.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
diff --git a/klay-noflo.js b/klay-noflo.js
|
||||
index 80ec56bf689e9d35c7a4af4d8dd3d42392287228..58f438ce8eeb0106296e4554f0e2b938b29709ab 100644
|
||||
--- a/klay-noflo.js
|
||||
+++ b/klay-noflo.js
|
||||
@@ -1,4 +1,4 @@
|
||||
-var klayNoflo = (function () {
|
||||
+export const klayNoflo = (function () {
|
||||
"use strict";
|
||||
|
||||
var worker;
|
||||
diff --git a/package.json b/package.json
|
||||
index e78946c6141f2245e744976ba4a0bd3581057976..053d8a4b20e53a41871fd74ae26c778479eea762 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -5,6 +5,7 @@
|
||||
"dependencies": {
|
||||
"klayjs": "^0.2.1"
|
||||
},
|
||||
+ "type": "module",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
Loading…
Add table
Add a link
Reference in a new issue