mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 00:02:13 +00:00
feat: improve drafts and diffs (#2534)
* feat: improve drafts and diffs * feat: add scripts diff button * fix: remove diff drawer in scripts/add * fix: nits * feat: diffs for flows and apps w/ deep comparison * fix: flow preview buttons height * fix: use ordered json stringify * fix: code view * fix: temp flow diffs * fix: flow diffs merge conflict
This commit is contained in:
@@ -277,7 +277,6 @@
|
||||
on:move={async ({ detail }) => {
|
||||
if (!$moving || $moving.module.id !== detail.module.id) {
|
||||
if (detail.module && detail.modules) {
|
||||
console.log('MOVE+')
|
||||
$moving = { module: detail.module, modules: detail.modules }
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user