mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Adding drawer prototype
This commit is contained in:
@@ -71,6 +71,10 @@ $.namespace("pskl");
|
||||
selector: '[rel=tooltip]'
|
||||
});
|
||||
|
||||
$('#settings').click(function(evt) {
|
||||
$('.right-sticky-section').toggleClass('expanded');
|
||||
});
|
||||
|
||||
$('#canvas-picker').change(function(evt) {
|
||||
$('#canvas-picker option:selected').each(function() {
|
||||
console.log($(this).val());
|
||||
|
Reference in New Issue
Block a user