rename layers, hide highlighted text with css, yerrr

This commit is contained in:
Hugh Bord 2021-08-21 12:04:48 +10:00
父節點 85f17459d3
當前提交 aca556a39d
共有 2 個檔案被更改,包括 2 行新增1 行删除

查看文件

@ -81,6 +81,7 @@ ASCIIBIRD is mostly usable. There are some bugs however to note at the moment. R
* ASCII right click
* Image overlay for trace mode
* Review encodings check on file import - UTF8 vs Latin something
* Revise the blocks system to only store what's changed
## User Feedback Requests

查看文件

@ -148,7 +148,7 @@ export default {
this.$toasted.show("You must enter a layer name!", {
type: "error",
});
window.stopKeyEvents = false
return;
}