1. 26 11月, 2020 6 次提交
  2. 25 11月, 2020 1 次提交
  3. 24 11月, 2020 6 次提交
  4. 21 11月, 2020 1 次提交
  5. 18 11月, 2020 2 次提交
  6. 17 11月, 2020 4 次提交
  7. 13 11月, 2020 1 次提交
  8. 12 11月, 2020 2 次提交
  9. 11 11月, 2020 5 次提交
  10. 10 11月, 2020 2 次提交
  11. 09 11月, 2020 1 次提交
  12. 08 11月, 2020 1 次提交
  13. 07 11月, 2020 2 次提交
    • M
      Fixes navigation commands for webviews · 3338ff4e
      Matt Bierner 提交于
      Fixes #100536
      
      These commands currently do not work because:
      
      - The use the `hasFocus` check in layout.ts
      - This looks at the active element and checks if the active element has a parent in the editor dom
      - However webviews are outside of the normal dom flow (since they cannot be reparented without being destroyred)
      
      To fix this, this PR adds allows dom node to point to their explicit parent using `setParentFlowTo`. Instead of a normal ancestor check, we then check ancestors while observing the flow to parents of node
      
      The webview element is then update to have a parent flow to that points at its editor node
      3338ff4e
    • S
      disable submenus rendered as dropdowns (#109934) · 35bad702
      SteVen Batten 提交于
      * disable submenus rendered as dropdowns
      fix #109305
      
      * address comments
      35bad702
  14. 05 11月, 2020 3 次提交
  15. 04 11月, 2020 3 次提交