mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Support dark mode in custom widgets
Test Plan: Manual. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4036
This commit is contained in:
8
test/fixtures/sites/deferred-ready/index.html
vendored
Normal file
8
test/fixtures/sites/deferred-ready/index.html
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="/grist-plugin-api.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="grist.ready()">Ready</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user