Skip to content
Snippets Groups Projects
Commit 6c65cd05 authored by dcz's avatar dcz
Browse files

Empty button bugfix

parent 2589144a
Branches
Tags
No related merge requests found
......@@ -1053,6 +1053,7 @@ export default LexicalUnitEdit;
<td id="remove-sel-pref" style="padding: 10px 15px 10px 15px; color: #000000;" @click="removeSelectionalPreference">Usuń prefer.</td>
<td id="change-windows" style="padding: 10px 15px 10px 15px; color: #000000;" @click="swapUnifiedFrames">Zamień okna</td>
<td v-if="frames.length == 0 || isSuperLeksykograf()" id="delete-frame" style="padding: 10px 15px 10px 15px; color: #000000;" @click="deleteUnifiedFrames">Usuń ramę</td>
<td id="empty-1" style="padding: 10px 15px 10px 15px; color: #000000;"></td>
</tr>
</table>
......@@ -1188,6 +1189,7 @@ export default LexicalUnitEdit;
@click="extract_frame_to_preview_frame">
Przerzuć
</td>
<td id="empty-2" style="padding: 10px 15px 10px 15px; color: #000000;"></td>
</tr>
</table>
<div id="semantics-frames">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment