0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
This commit is contained in:
Andrey Antukh 2024-12-27 12:54:40 +01:00
parent aa7d2fdc17
commit 1d8c33d2c5
5 changed files with 1 additions and 5 deletions

View file

@ -15,7 +15,6 @@
[app.main.data.changes :as dch]
[app.main.data.state-helpers :as dsh]
[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-set :as wtts]
[app.main.ui.workspace.tokens.update :as wtu]

View file

@ -225,7 +225,7 @@
(assoc :workspace-ready file-id)))
ptk/WatchEvent
(watch [_ state _]
(watch [_ _ _]
(rx/of (dp/check-open-plugin)
(fdf/fix-deleted-fonts)
(fbs/fix-broken-shapes)))))

View file

@ -6,7 +6,6 @@
(ns app.main.data.workspace.fix-deleted-fonts
(:require
[app.common.data.macros :as dm]
[app.common.files.helpers :as cfh]
[app.common.text :as txt]
[app.main.data.changes :as dwc]

View file

@ -23,7 +23,6 @@
[app.main.ui.formats :as fmt]
[app.main.ui.workspace.viewport.rulers :as rulers]
[app.util.dom :as dom]
[okulary.core :as l]
[rumext.v2 :as mf]))
(def guide-width 1)

View file

@ -8,7 +8,6 @@
"RPC for plugins runtime."
(:require
[app.common.data :as d]
[app.common.data.macros :as dm]
[app.common.files.changes-builder :as cb]
[app.common.files.helpers :as cfh]
[app.common.geom.point :as gpt]