mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 04:19:08 -05:00
WIP
This commit is contained in:
parent
aa7d2fdc17
commit
1d8c33d2c5
5 changed files with 1 additions and 5 deletions
|
@ -15,7 +15,6 @@
|
||||||
[app.main.data.changes :as dch]
|
[app.main.data.changes :as dch]
|
||||||
[app.main.data.state-helpers :as dsh]
|
[app.main.data.state-helpers :as dsh]
|
||||||
[app.main.data.workspace.shapes :as dwsh]
|
[app.main.data.workspace.shapes :as dwsh]
|
||||||
[app.main.refs :as refs]
|
|
||||||
[app.main.ui.workspace.tokens.token :as wtt]
|
[app.main.ui.workspace.tokens.token :as wtt]
|
||||||
[app.main.ui.workspace.tokens.token-set :as wtts]
|
[app.main.ui.workspace.tokens.token-set :as wtts]
|
||||||
[app.main.ui.workspace.tokens.update :as wtu]
|
[app.main.ui.workspace.tokens.update :as wtu]
|
||||||
|
|
|
@ -225,7 +225,7 @@
|
||||||
(assoc :workspace-ready file-id)))
|
(assoc :workspace-ready file-id)))
|
||||||
|
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state _]
|
(watch [_ _ _]
|
||||||
(rx/of (dp/check-open-plugin)
|
(rx/of (dp/check-open-plugin)
|
||||||
(fdf/fix-deleted-fonts)
|
(fdf/fix-deleted-fonts)
|
||||||
(fbs/fix-broken-shapes)))))
|
(fbs/fix-broken-shapes)))))
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
(ns app.main.data.workspace.fix-deleted-fonts
|
(ns app.main.data.workspace.fix-deleted-fonts
|
||||||
(:require
|
(:require
|
||||||
[app.common.data.macros :as dm]
|
|
||||||
[app.common.files.helpers :as cfh]
|
[app.common.files.helpers :as cfh]
|
||||||
[app.common.text :as txt]
|
[app.common.text :as txt]
|
||||||
[app.main.data.changes :as dwc]
|
[app.main.data.changes :as dwc]
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
[app.main.ui.formats :as fmt]
|
[app.main.ui.formats :as fmt]
|
||||||
[app.main.ui.workspace.viewport.rulers :as rulers]
|
[app.main.ui.workspace.viewport.rulers :as rulers]
|
||||||
[app.util.dom :as dom]
|
[app.util.dom :as dom]
|
||||||
[okulary.core :as l]
|
|
||||||
[rumext.v2 :as mf]))
|
[rumext.v2 :as mf]))
|
||||||
|
|
||||||
(def guide-width 1)
|
(def guide-width 1)
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
"RPC for plugins runtime."
|
"RPC for plugins runtime."
|
||||||
(:require
|
(:require
|
||||||
[app.common.data :as d]
|
[app.common.data :as d]
|
||||||
[app.common.data.macros :as dm]
|
|
||||||
[app.common.files.changes-builder :as cb]
|
[app.common.files.changes-builder :as cb]
|
||||||
[app.common.files.helpers :as cfh]
|
[app.common.files.helpers :as cfh]
|
||||||
[app.common.geom.point :as gpt]
|
[app.common.geom.point :as gpt]
|
||||||
|
|
Loading…
Add table
Reference in a new issue