SenseNet / sn-client

Monorepo for sensenet client packages 🐱‍💻
https://sensenet.com
GNU General Public License v2.0
25 stars 37 forks source link

[BUG] Double-clicking a Link content in the grid opens monaco editor #854

Closed herflis closed 4 years ago

herflis commented 4 years ago

🐜 Bug Report

Double clicking on a Link content opens monaco editor instead of the Edit view of the item.

📦 Package / Application

@sensenet/sn-app

📃 Version

latest

👉 Steps To Reproduce

  1. Login to the admin ui
  2. Go to the Content menu
  3. Create a new LinkList or open an existing one
  4. Create a Link into the LinkList
  5. Double click the Link item in the grid

😯 Current behavior

Empty monaco editor is opened

🤔 Expected behavior

The edit view of the link content should be opened

🖼 Screenshots

link_doubleclick

enikonemeth commented 4 years ago

Cannot reproduce