mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 07:11:38 +02:00
Add specific selection handler for text edition.
This commit is contained in:
parent
b00992881c
commit
20e7afeee5
2 changed files with 25 additions and 10 deletions
|
@ -5,8 +5,7 @@
|
|||
;; Copyright (c) 2016 Andrey Antukh <niwi@niwi.nz>
|
||||
|
||||
(ns uxbox.main.ui.shapes.common
|
||||
(:require [sablono.core :refer-macros [html]]
|
||||
[lentes.core :as l]
|
||||
(:require [lentes.core :as l]
|
||||
[beicon.core :as rx]
|
||||
[potok.core :as ptk]
|
||||
[uxbox.store :as st]
|
||||
|
@ -20,7 +19,6 @@
|
|||
|
||||
;; --- Refs
|
||||
|
||||
;; (defonce edition-ref (atom nil))
|
||||
(def edition-ref
|
||||
(-> (l/in [:workspace :edition])
|
||||
(l/derive st/state)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue