mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-04 00:49:53 +00:00
Resolve "Rename notifications to toasts"
This commit is contained in:
parent
4d2f1936b1
commit
b074d2e1cc
59 changed files with 378 additions and 395 deletions
web-frontend/modules/database/components/view/grid/fields
|
@ -121,7 +121,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
select() {
|
||||
// While the field is selected we want to open the select row popup by pressing
|
||||
// While the field is selected we want to open the select row toast by pressing
|
||||
// the enter key.
|
||||
this.$el.keydownEvent = (event) => {
|
||||
if (event.key === 'Enter' && !this.modalOpen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue