mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 11:21:47 +00:00
Merge pull request #378 from bit9labs/master
Switch to select tool after choosing a media clip
This commit is contained in:
commit
85e850b40d
@ -1,3 +1,4 @@
|
||||
import app from './../app.js';
|
||||
import config from './../config.js';
|
||||
import Base_tools_class from './../core/base-tools.js';
|
||||
import File_open_class from './../modules/file/open.js';
|
||||
@ -98,6 +99,8 @@ class Media_class extends Base_tools_class {
|
||||
};
|
||||
_this.File_open.file_open_url_handler(data);
|
||||
_this.POP.hide();
|
||||
|
||||
new app.Actions.Activate_tool_action('select', true).do();
|
||||
});
|
||||
}
|
||||
var targets = popup.el.querySelectorAll('#media_paging button');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user