Skip to content

Instantly share code, notes, and snippets.

(ns drunkard)
; Actor
(defprotocol Actor
(actor-action [this world]))
(defn actor-update [actor world]
(assoc-in world [:actors (:id actor)] actor))
(defn actor-move [actor world x y]
From 886643475ed685d3c00d69073365b56950100216 Mon Sep 17 00:00:00 2001
From: Nikita Baksalyar <n.baksalyar@yandex.ru>
Date: Mon, 18 Jun 2012 05:16:09 +0500
Subject: Fix for multiple rows selection using 'Shift' and arrow keys on grids without 'multiSelect'.
---
plugins/slick.rowselectionmodel.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/plugins/slick.rowselectionmodel.js b/plugins/slick.rowselectionmodel.js