mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
chore: add comment to onKeyUp method in DrawingController
This commit is contained in:
parent
da739e78da
commit
eb27c82628
@ -204,6 +204,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Trigger tool move on key up in order to acknowledge modifier changes.
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
ns.DrawingController.prototype.onKeyup_ = function (event) {
|
ns.DrawingController.prototype.onKeyup_ = function (event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user