Add specific selection handler for text edition.

This commit is contained in:
Andrey Antukh 2017-01-04 22:10:12 +01:00
parent b00992881c
commit 20e7afeee5
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 25 additions and 10 deletions

View file

@ -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)))